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"
}


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM