vscode 配置保存

  

{
"editor.fontSize": 20,
"php.validate.enable": false,
"php.validate.executablePath": "/usr/local/php7/bin/php",
"php.executablePath": "/usr/local/php7/bin/php",
"vsicons.projectDetection.autoReload": true,
"workbench.iconTheme": "vscode-icons",
//"vsicons.icons": "http://github.com/robertohuertasm/vscode-icons/blob/master/icons.zip?raw=true"

"go.lintOnSave": false,

"go.formatTool": "gofmt",
"files.autoSave": "off",
 
"vsicons.dontShowNewVersionMessage": true,
"team.showWelcomeMessage": false,
"workbench.startupEditor": "newUntitledFile",
"workbench.panel.location": "bottom",
"window.zoomLevel": 0,
"[php]": {
 
},
"workbench.colorTheme": "3024Day",
"terminal.integrated.shell.linux": "/usr/bin/zsh",
"terminal.integrated.fontSize": 18,
"terminal.integrated.enableBold":false,
"terminal.integrated.lineHeight": 0.1,
"go.gopath": "${workspaceRoot}:${workspaceRoot}/vendor"
}
原文地址:https://www.cnblogs.com/a-flydog/p/8032509.html