Skip to content

Commit

Permalink
fix(vscode): fix activation events
Browse files Browse the repository at this point in the history
  • Loading branch information
gperdomor committed Jan 23, 2025
1 parent 87cf099 commit 4dfbe70
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@
"main": "./dist/src/extension.js",
"activationEvents": [
"onLanguage:prisma",
"onLanguage:javascript",
"onLanguage:javascriptreact",
"onLanguage:typescript",
"onLanguage:typescriptreact"
"workspaceContains:**/*.prisma"
],
"contributes": {
"languages": [
Expand Down

0 comments on commit 4dfbe70

Please sign in to comment.