Skip to content

Commit

Permalink
Merge pull request #36 from Dzuelu/addActivationEvent
Browse files Browse the repository at this point in the history
Add `workspaceContains:package.json` activationEvent
  • Loading branch information
capaj authored Nov 29, 2023
2 parents f5e92ca + 47462b3 commit 34f2cb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"main": "./dist/graphql-codegen-vscode.js",
"activationEvents": [
"onLanguage:graphql",
"onLanguage:GraphQL"
"onLanguage:GraphQL",
"workspaceContains:package.json"
],
"contributes": {
"commands": [
Expand Down

0 comments on commit 34f2cb5

Please sign in to comment.