mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 04:17:37 +00:00
Activate emmet on expand abbr cmd Fixes #36267
This commit is contained in:
parent
d6645f3ffe
commit
2fc0bf43df
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
},
|
||||
"activationEvents": [
|
||||
"onCommand:type",
|
||||
"onCommand:emmet.expandAbbreviation",
|
||||
"onLanguage:html",
|
||||
"onLanguage:css",
|
||||
"onLanguage:scss",
|
||||
|
|
Loading…
Reference in a new issue