打開vscode,在軟件界面左下角找到“齒輪”標志並點擊,在彈出的菜單中選擇“設置”,把下面的代碼添加到設置里。
{ "workbench.colorTheme": "Code Blue", "workbench.iconTheme": "vscode-icons", "easysass.compileAfterSave": true, "easysass.formats": [ { "format": "nested", "extension": ".css" }, { "format": "nested", "extension": ".css" } ], "easysass.targetDir": "css/", "files.autoSave": "afterDelay", "git.path": "E:/Git/bin/git.exe", "git.confirmSync": false, "editor.fontWeight": "100", "json.format.enable": false, "editor.parameterHints": true, "editor.quickSuggestions": { "other": true, "comments": true, "strings": true } }