Skip to content

Commit

Permalink
Remove unnecessary activation events
Browse files Browse the repository at this point in the history
Whenever I open the extension, vscode complains that commands don't need to be added to activationEvents. This commit fixes that terrible oversight.

Signed-off-by: Hillel <[email protected]>
  • Loading branch information
hwayne committed Dec 20, 2024
1 parent a3169ad commit d06a3f7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@
"Modeling"
],
"activationEvents": [
"onLanguage:tlaplus",
"onCommand:tlaplus.parse",
"onCommand:tlaplus.model.check.run",
"onCommand:tlaplus.model.check.customRun",
"onCommand:tlaplus.exportToTex",
"onCommand:tlaplus.exportToPdf",
"onCommand:tlaplus.evaluateSelection",
"onCommand:tlaplus.evaluateExpression",
"workspaceContains:**/*.tla"
],
"main": "./out/main.js",
Expand Down

0 comments on commit d06a3f7

Please sign in to comment.