Skip to content

Commit

Permalink
Add activation events for typescript & tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin Riegle committed Sep 14, 2019
1 parent c65e70f commit 719580e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"activationEvents": [
"onCommand:extension.splitTestFile",
"onLanguage:javascript",
"onLanguage:ruby"
"onLanguage:ruby",
"onLanguage:typescript",
"onLanguage:typescriptreact"
],
"main": "./out/extension",
"contributes": {
Expand Down

0 comments on commit 719580e

Please sign in to comment.