用户工具

站点工具


02-工程实践:开发工具:vscode:首页

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
02-工程实践:开发工具:vscode:首页 [2020/04/07 06:34] – ↷ 页面02工程实践:开发工具:vscode:首页被移动至02-工程实践:开发工具:vscode:首页 annhe02-工程实践:开发工具:vscode:首页 [2020/07/17 10:49] (当前版本) – [使用msys2的git] annhe
行 41: 行 41:
 :rev_parse :rev_parse
 for /f %%1 in ('git %*') do cygpath -w %%1 for /f %%1 in ('git %*') do cygpath -w %%1
 +```
 +
 +
 +附:VS Code 完整设置
 +
 +```json
 +{
 +    "terminal.integrated.shell.windows": "D:\\msys64\\usr\\bin\\bash.exe",
 +    "terminal.integrated.shellArgs.windows": ["-l"],
 +    "terminal.integrated.env.windows": {
 +        "CHERE_INVOKING": "1",
 +        "MSYSTEM": "MINGW64",
 + },
 + "git.postCommitCommand": "push",
 +    "git.path": "D:\\msys64\\git-vscode.bat",
 +    "editor.insertSpaces": false,
 + "editor.detectIndentation": false,
 + "editor.wordWrap": "on",
 + "editor.snippetSuggestions": "top",
 + "editor.tabCompletion": "on",
 + "pangu.auto_format_on_save": true,
 + "go.formatTool": "gofmt",
 + "go.useLanguageServer": true,
 + "terminal.integrated.automationShell.windows": "",
 +}
 ``` ```
02-工程实践/开发工具/vscode/首页.1586212471.txt.gz · 最后更改: 2020/04/07 06:34 由 annhe