Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.6
- compatible with vs code 1.100.2 or higher
- udpate packages
- update online firmware url
## 1.1.5
- compatible with vs code 1.100.1 or higher
- add theme for package manager for dark/light themes
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ To compile:
vsce package

## Release Notes
## 1.1.6
- compatible with vs code 1.100.2 or higher
- udpate packages
- update online firmware url
## 1.1.5
- compatible with vs code 1.100.1 or higher
- add theme for package manager for dark/light themes
Expand Down
4 changes: 2 additions & 2 deletions contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
- update npm version in `package.json`
```
"engines": {
"vscode": "^1.98.0",
"npm": ">=11.1.0"
"vscode": "^1.100.2",
"npm": ">=11.4.0"
},
```
- in case of issues with new libs, delete `node_modules` and reinstall libs using `npm install`. In case issue not fixed, update the code where error accord.
Loading