Skip to content

Commit

Permalink
fixed activation event regression
Browse files Browse the repository at this point in the history
  • Loading branch information
torbenschinke committed Jun 28, 2023
1 parent 50da8c8 commit e5829c2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vsc-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
"categories": [
"Other"
],

"activationEvents": [
"onLanguage:ddd",
"onCommand:wdyspec.encodeXML",
"onCommand:wdyspec.previewHTML"
],
"main": "./out/extension.js",
"contributes": {
"configurationDefaults": {
Expand Down

0 comments on commit e5829c2

Please sign in to comment.