Skip to content

Commit 939ad87

Browse files
committed
compatible with vscode ^1.75.0
1 parent 0cc8dcd commit 939ad87

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-12
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"url": "https://github.com/mshr-h/vscode-verilog-hdl-support/issues"
1414
},
1515
"engines": {
16-
"vscode": "^1.74.0"
16+
"vscode": "^1.75.0"
1717
},
1818
"categories": [
1919
"Programming Languages",
@@ -22,17 +22,6 @@
2222
"Formatters"
2323
],
2424
"icon": "images/icon.png",
25-
"activationEvents": [
26-
"onLanguage:verilog",
27-
"onLanguage:systemverilog",
28-
"onLanguage:bsv",
29-
"onLanguage:vhdl",
30-
"onLanguage:ucf",
31-
"onLanguage:tcl",
32-
"onLanguage:sdc",
33-
"onLanguage:xdc",
34-
"onLanguage:verilog-filelist"
35-
],
3625
"main": "./dist/main.js",
3726
"contributes": {
3827
"languages": [

0 commit comments

Comments
 (0)