{
"workbench.colorTheme": "Solarized Light", /*设置主题样式*/
"javascript.preferences.quoteStyle": "single", /*格式化设置单引号*/
"files.autoGuessEncoding": true, /*编码格式设置自动编码*/
"files.autoSave": "off" /*取消自动保存*/
}