Compare commits

...

1 Commits

Author SHA1 Message Date
KyleBarton
1a744364c4 install emmet extension by default. 2025-11-12 08:36:40 -08:00

View File

@@ -1622,7 +1622,8 @@
// If you don't want any of these extensions, add this field to your settings
// and change the value to `false`.
"auto_install_extensions": {
"html": true
"html": true,
"emmet": true
},
// The capabilities granted to extensions.
//