From c8bf4ed0c076c254c92dba6df774cc3b267425e7 Mon Sep 17 00:00:00 2001 From: chemzqm Date: Tue, 18 Sep 2018 19:44:50 +0800 Subject: [PATCH] fix languages of activationEvents --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 9c10416..764ad40 100644 --- a/package.json +++ b/package.json @@ -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",