install emmet extension by default.

KyleBarton created

Change summary

assets/settings/default.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Detailed changes

assets/settings/default.json 🔗

@@ -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.
   //