[vscode] update settings for v1.85
See https://code.visualstudio.com/updates/v1_85#_code-actions-on-save-and-auto
Sathya Gunasekaran committed
Dec 14, 2023 at 15:47 UTC
651d3448acb3afcd4e59bf9d27a43d69d60bd54d
1 file changed
+2
-7
compiler/.vscode/settings.json
+2
-7
@@ -1,13 +1,8 @@
1
{
2
"editor.formatOnSave": true,
3
- "[typescript]": {
3
+ "[typescript][typescriptreact]": {
4
"editor.codeActionsOnSave": {
5
- "source.organizeImports": true
6
- },
7
- },
8
- "[typescriptreact]": {
9
- "editor.codeActionsOnSave": {
10
- "source.organizeImports": true
5
+ "source.organizeImports": "explicit"
6
}
7
}
8
}