Skip to content

Commit

Permalink
added activationEvents
Browse files Browse the repository at this point in the history
  • Loading branch information
bafto committed May 4, 2024
1 parent 13c3824 commit 63ae200
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
"Snippets"
],
"main": "./out/extension.js",
"activationEvents": [
"onLanguage:ddp",
"onCommand:ddp.run.file",
"onCommand:ddp.languageserver.stop",
"onCommand:ddp.languageserver.restart",
],
"contributes": {
"languages": [
{
Expand Down

0 comments on commit 63ae200

Please sign in to comment.