美文网首页
自己在用的 vscode_go开发的基本配置

自己在用的 vscode_go开发的基本配置

作者: sun_wenming | 来源:发表于2018-08-30 11:55 被阅读0次

中文: 文件->首选项->设置
English: File->Preferences->settings
右侧框的 USER SETTINGS

{
    "editor.renderIndentGuides": false,
    "editor.folding": false,
    "window.menuBarVisibility": "default",
    "editor.minimap.enabled": false,
    "workbench.colorCustomizations": {
    "terminal.background": "#000000"
    },
    "git.decorations.enabled": false,
    "git.enabled": false,
    "extensions.ignoreRecommendations": true,
    "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
    "explorer.confirmDelete": false,
    "go.goroot": "C:\\Go", 
    "go.gopath": "C:\\Users\\Administrator\\go",
}

相关文章

网友评论

      本文标题:自己在用的 vscode_go开发的基本配置

      本文链接:https://www.haomeiwen.com/subject/bhurwftx.html