Skip to content

Commit

Permalink
fixed: #31 Optimized the dependency of the keil uVision assistant on …
Browse files Browse the repository at this point in the history
…other expansion packages
  • Loading branch information
lordlezehaf committed Mar 5, 2024
1 parent 3bc36a4 commit a207018
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to the "keil-assistant" extension will be documented in this file.

## [v1.9.1]
- Fixed:
- #31 Optimized the dependency of the keil uVision assistant on other expansion packages
***

## [v1.9.0]
- Fixed:
- #25 #27 Build Error or Warning log cannot goto error file line number
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"url": "https://github.com/jacksonjim/keil-assistant/issues",
"email": "[email protected]"
},
"extensionPack": [
"extensionPack": [],
"extensionDependencies": [
"ms-vscode.cpptools",
"ms-vscode.cpptools-themes",
"jeff-hykin.better-cpp-syntax",
Expand Down Expand Up @@ -375,8 +376,8 @@
"@types/mocha": "^10.0.6",
"@types/node": "^16.x",
"@types/vscode": "^1.67.0",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vscode/dts": "^0.4.0",
"@vscode/l10n-dev": "^0.0.34",
"@vscode/test-electron": "^2.3.9",
Expand Down

0 comments on commit a207018

Please sign in to comment.