Skip to content

Commit 8243eb2

Browse files
authored
Fix enumItem labels (microsoft#180889)
`javascript.preferences.importModuleSpecifierEnding` and `typescript.preferences.importModuleSpecifierEnding` got out of sync here
1 parent 7e01e0f commit 8243eb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

extensions/typescript-language-features/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -920,9 +920,9 @@
920920
"js"
921921
],
922922
"enumItemLabels": [
923-
"%typescript.preferences.importModuleSpecifierEnding.label.auto%",
924-
"%typescript.preferences.importModuleSpecifierEnding.label.minimal%",
925-
"%typescript.preferences.importModuleSpecifierEnding.label.index%",
923+
null,
924+
null,
925+
null,
926926
"%typescript.preferences.importModuleSpecifierEnding.label.js%"
927927
],
928928
"markdownEnumDescriptions": [

0 commit comments

Comments
 (0)