Skip to content

Commit 0129dc9

Browse files
committed
compatible with vscode ^1.75.0
1 parent 0cc8dcd commit 0129dc9

File tree

3 files changed

+8
-13
lines changed

3 files changed

+8
-13
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66

7+
## Unreleased
8+
9+
### Changed
10+
11+
- The extension is compatible with vscode `^1.75.0` from this version
12+
713
## [1.13.4] - 2024-03-23
814

915
### Fixed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 12 deletions
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)