{
"liveServer.settings.donotShowInfoMsg": true,
"workbench.colorTheme": "Monokai",
"files.autoSave": "onWindowChange",
"editor.fontSize": 20,
"editor.fontFamily": "Consolas, 'Courier New', monospace",
"emmet.variables": {
"lang": "zh-CN"
},
// #值设置为true时,每次保存的时候自动格式化;值设置为false时,代码格式化请按shift+alt+F
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.tokenColorCustomizations": {
"comments": "#82e0aa", // 注释
},
"workbench.iconTheme": "vscode-icons",
"git.ignoreWindowsGit27Warning": true,
"launch": {
"version": "0.2.0",
"configurations": [],
"compounds": []
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"security.workspace.trust.untrustedFiles": "open",
"px2rem.fixedDigits": 3,
"px2rem.rootFontSize": 24,
"px2rem.isNeedNotes": false,
"px2rem.autoRemovePrefixZero": false,
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
}
}