Also set javascript.unstable for organize imports in settings.json (#53047)
This commit is contained in:
Родитель
58ee54c2aa
Коммит
d8ba799f89
|
@ -20,6 +20,12 @@
|
|||
"organizeImportsIgnoreCase": false,
|
||||
"organizeImportsNumericCollation": true
|
||||
},
|
||||
"javascript.unstable": {
|
||||
"organizeImportsCollation": "unicode",
|
||||
"organizeImportsCaseFirst": "upper",
|
||||
"organizeImportsIgnoreCase": false,
|
||||
"organizeImportsNumericCollation": true
|
||||
},
|
||||
|
||||
// These options search the repo recursively and slow down
|
||||
// the build task menu. We define our own in tasks.json.
|
||||
|
|
Загрузка…
Ссылка в новой задаче