We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ee54c commit d8ba799Copy full SHA for d8ba799
.vscode/settings.template.json
@@ -20,6 +20,12 @@
20
"organizeImportsIgnoreCase": false,
21
"organizeImportsNumericCollation": true
22
},
23
+ "javascript.unstable": {
24
+ "organizeImportsCollation": "unicode",
25
+ "organizeImportsCaseFirst": "upper",
26
+ "organizeImportsIgnoreCase": false,
27
+ "organizeImportsNumericCollation": true
28
+ },
29
30
// These options search the repo recursively and slow down
31
// the build task menu. We define our own in tasks.json.
0 commit comments