Skip to content

Commit d8ba799

Browse files
authored
Also set javascript.unstable for organize imports in settings.json (#53047)
1 parent 58ee54c commit d8ba799

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.vscode/settings.template.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
"organizeImportsIgnoreCase": false,
2121
"organizeImportsNumericCollation": true
2222
},
23+
"javascript.unstable": {
24+
"organizeImportsCollation": "unicode",
25+
"organizeImportsCaseFirst": "upper",
26+
"organizeImportsIgnoreCase": false,
27+
"organizeImportsNumericCollation": true
28+
},
2329

2430
// These options search the repo recursively and slow down
2531
// the build task menu. We define our own in tasks.json.

0 commit comments

Comments
 (0)