Skip to content

Commit 2b3f9ad

Browse files
authored
Fix typescript NLS JSON (microsoft#134179)
1 parent 917f070 commit 2b3f9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/typescript-language-features/package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"typescript.preferences.importModuleSpecifierEnding.index": "Shorten `./component/index.js` to `./component/index`.",
126126
"typescript.preferences.importModuleSpecifierEnding.js": "Do not shorten path endings; include the `.js` extension.",
127127
"typescript.preferences.jsxAttributeCompletionStyle": "Preferred style for JSX attribute completions.",
128-
"typescript.preferences.jsxAttributeCompletionStyle.auto": "Insert `={}` or `=""` after attribute names based on the prop type.",
128+
"typescript.preferences.jsxAttributeCompletionStyle.auto": "Insert `={}` or `=\"\"` after attribute names based on the prop type.",
129129
"typescript.preferences.jsxAttributeCompletionStyle.braces": "Insert `={}` after attribute names.",
130130
"typescript.preferences.jsxAttributeCompletionStyle.none": "Only insert attribute names.",
131131
"typescript.preferences.includePackageJsonAutoImports": "Enable/disable searching `package.json` dependencies for available auto imports.",

0 commit comments

Comments
 (0)