fix languages of activationEvents
This commit is contained in:
parent
f4c5a1e2b3
commit
c8bf4ed0c0
1 changed files with 3 additions and 0 deletions
|
@ -15,7 +15,10 @@
|
|||
"activationEvents": [
|
||||
"onLanguage:javascript",
|
||||
"onLanguage:javascriptreact",
|
||||
"onLanguage:javascript.jsx",
|
||||
"onLanguage:typescript",
|
||||
"onLanguage:typescript.tsx",
|
||||
"onLanguage:typescript.jsx",
|
||||
"onLanguage:typescriptreact",
|
||||
"onLanguage:jsx-tags",
|
||||
"onCommand:typescript.reloadProjects",
|
||||
|
|
Loading…
Reference in a new issue