File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
extensions/typescript-language-features Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 125
125
"typescript.preferences.importModuleSpecifierEnding.index" : " Shorten `./component/index.js` to `./component/index`." ,
126
126
"typescript.preferences.importModuleSpecifierEnding.js" : " Do not shorten path endings; include the `.js` extension." ,
127
127
"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." ,
129
129
"typescript.preferences.jsxAttributeCompletionStyle.braces" : " Insert `={}` after attribute names." ,
130
130
"typescript.preferences.jsxAttributeCompletionStyle.none" : " Only insert attribute names." ,
131
131
"typescript.preferences.includePackageJsonAutoImports" : " Enable/disable searching `package.json` dependencies for available auto imports." ,
You can’t perform that action at this time.
0 commit comments