mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-29 03:56:51 +08:00
更新 VSCode 设置:为 SCSS 添加保存时格式化选项,禁用自动格式化功能。
This commit is contained in:
Vendored
+3
-2
@@ -11,7 +11,8 @@
|
|||||||
},
|
},
|
||||||
// SCSS
|
// SCSS
|
||||||
"[scss]": {
|
"[scss]": {
|
||||||
"editor.defaultFormatter": "stylelint.vscode-stylelint"
|
"editor.defaultFormatter": "stylelint.vscode-stylelint",
|
||||||
|
"editor.formatOnSave": false
|
||||||
},
|
},
|
||||||
// JSON
|
// JSON
|
||||||
"[json]": {
|
"[json]": {
|
||||||
@@ -106,4 +107,4 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"vue3snippets.enable-compile-vue-file-on-did-save-code": false
|
"vue3snippets.enable-compile-vue-file-on-did-save-code": false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user