配置文件:
{
"workbench.iconTheme": "vscode-icons",
"git.ignoreMissingGitWarning": true,
"[yaml]": {
"editor.insertSpaces": true,
"editor.tabSize": 4,
"editor.autoIndent": true,
"editor.fontSize": 14
},
"files.autoSave": "onFocusChange",
"editor.find.autoFindInSelection": true,
"editor.mouseWheelZoom": true,
"html.suggest.angular1": false,
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"files.useExperimentalFileWatcher": true,
"npm.enableScriptExplorer": true,
"path-intellisense.showHiddenFiles": true,
"searchRipgrep.enable": true,
"liveServer.settings.donotShowInfoMsg": true,
"editor.detectIndentation": true,
"files.insertFinalNewline": true,
"explorer.confirmDelete": false,
"window.zoomLevel": -1,
"liveServer.settings.donotVerifyTags": true,
"editor.minimap.enabled": true,
"workbench.colorTheme": "Chinolor Light"
}
1535364497(1).jpg
网友评论