美文网首页
我的vscode配置

我的vscode配置

作者: 凯文不上班 | 来源:发表于2018-12-10 11:50 被阅读0次
{
    "workbench.startupEditor": "newUntitledFile",
    "editor.fontSize": 22,
    "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
    "window.zoomLevel": 0,
    "extensions.ignoreRecommendations": false,
    "go.liveErrors": {
        "enabled": true,
        "delay": 500
    },
    "go.toolsGopath": "E:/golang/global",
    "go.inferGopath": true,
    "go.useCodeSnippetsOnFunctionSuggest": true,
    "go.autocompleteUnimportedPackages": true,
    "http.proxy": "http://xxxxx:8080",
    "workbench.editor.enablePreview": false,
}

相关文章

网友评论

      本文标题:我的vscode配置

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