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:
Ben Kunkle 2025-03-11 16:01:41 -05:00 committed by GitHub
parent 4e6c37d23b
commit a90f80725f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1300,8 +1300,7 @@
},
// Settings for auto-closing of JSX tags.
"jsx_tag_auto_close": {
// // Whether to auto-close JSX tags.
// "enabled": true
"enabled": true
},
// LSP Specific settings.
"lsp": {