mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Add jsxAttributeCompletionStyle setting (#133920)
* Add jsxAttributeCompletionStyle setting * Apply suggestions from code review Co-authored-by: Andrew Branch <andrewbranch@users.noreply.github.com> Co-authored-by: Andrew Branch <andrewbranch@users.noreply.github.com>
This commit is contained in:
@@ -865,6 +865,38 @@
|
||||
"description": "%typescript.preferences.importModuleSpecifierEnding%",
|
||||
"scope": "resource"
|
||||
},
|
||||
"javascript.preferences.jsxAttributeCompletionStyle": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"auto",
|
||||
"braces",
|
||||
"none"
|
||||
],
|
||||
"markdownEnumDescriptions": [
|
||||
"%typescript.preferences.jsxAttributeCompletionStyle.auto%",
|
||||
"%typescript.preferences.jsxAttributeCompletionStyle.braces%",
|
||||
"%typescript.preferences.jsxAttributeCompletionStyle.none%"
|
||||
],
|
||||
"default": "auto",
|
||||
"description": "%typescript.preferences.jsxAttributeCompletionStyle%",
|
||||
"scope": "resource"
|
||||
},
|
||||
"typescript.preferences.jsxAttributeCompletionStyle": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"auto",
|
||||
"braces",
|
||||
"none"
|
||||
],
|
||||
"markdownEnumDescriptions": [
|
||||
"%typescript.preferences.jsxAttributeCompletionStyle.auto%",
|
||||
"%typescript.preferences.jsxAttributeCompletionStyle.braces%",
|
||||
"%typescript.preferences.jsxAttributeCompletionStyle.none%"
|
||||
],
|
||||
"default": "auto",
|
||||
"description": "%typescript.preferences.jsxAttributeCompletionStyle%",
|
||||
"scope": "resource"
|
||||
},
|
||||
"typescript.preferences.includePackageJsonAutoImports": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
|
||||
Reference in New Issue
Block a user