VSCode常用设置

{
    "workbench.colorTheme": "Solarized Light",        /*设置主题样式*/
    "javascript.preferences.quoteStyle": "single",    /*格式化设置单引号*/
    "files.autoGuessEncoding": true,                  /*编码格式设置自动编码*/
    "files.autoSave": "off"                           /*取消自动保存*/  
}
原文地址:https://www.cnblogs.com/xtfnpgy/p/12685189.html