Skip to content

Commit

Permalink
chore(vscode): don't active extension with ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Dec 11, 2023
1 parent f7c9120 commit 4d8dabc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@
"activationEvents": [
"onLanguage:vue",
"onLanguage:markdown",
"onLanguage:html",
"onLanguage:javascript",
"onLanguage:typescript",
"onLanguage:javascriptreact",
"onLanguage:typescriptreact"
"onLanguage:html"
],
"main": "./client.js",
"browser": "./web.js",
Expand Down

0 comments on commit 4d8dabc

Please sign in to comment.