diff --git a/.vscode/settings.template.json b/.vscode/settings.template.json index e08e55af6effc..06c5f7eabaa5f 100644 --- a/.vscode/settings.template.json +++ b/.vscode/settings.template.json @@ -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.