From 3c08d7bcbeca1b2ac05f01909101b0f611773b36 Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Wed, 1 Mar 2023 10:20:52 -0800 Subject: [PATCH] Also set javascript.unstable for organize imports in settings.json --- .vscode/settings.template.json | 6 ++++++ 1 file changed, 6 insertions(+) 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.