fix languages of activationEvents

This commit is contained in:
chemzqm 2018-09-18 19:44:50 +08:00
parent f4c5a1e2b3
commit c8bf4ed0c0

View file

@ -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",