Skip to content

Commit

Permalink
activate extension when supported file opened (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshr-h authored Nov 10, 2022
1 parent 3988e00 commit cc6a719
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@
],
"icon": "images/icon.png",
"activationEvents": [
"onStartupFinished"
"onLanguage:verilog",
"onLanguage:systemverilog",
"onLanguage:bsv",
"onLanguage:ucf",
"onLanguage:sdc",
"onLanguage:xdc"
],
"main": "./out/src/extension",
"contributes": {
Expand Down

0 comments on commit cc6a719

Please sign in to comment.