settings: Enable JSX tag auto-close by default (#26481)
Based on conversation with @maxbrunsfeld. Enabling Tag auto closing by default so that it is discoverable for new and existing users Release Notes: - Made it so JSX tag auto-closing is automatically enabled in supported languages
This commit is contained in:
parent
4e6c37d23b
commit
a90f80725f
1 changed files with 1 additions and 2 deletions
|
@ -1300,8 +1300,7 @@
|
||||||
},
|
},
|
||||||
// Settings for auto-closing of JSX tags.
|
// Settings for auto-closing of JSX tags.
|
||||||
"jsx_tag_auto_close": {
|
"jsx_tag_auto_close": {
|
||||||
// // Whether to auto-close JSX tags.
|
"enabled": true
|
||||||
// "enabled": true
|
|
||||||
},
|
},
|
||||||
// LSP Specific settings.
|
// LSP Specific settings.
|
||||||
"lsp": {
|
"lsp": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue