Skip to content

Commit a3f892a

Browse files
authored
Merge pull request #100 from github0null/dev
[fixed] Can't register `customConfigProvider` for c/c++ plug-in
2 parents 6c6119a + ef5b2bf commit a3f892a

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
***
66

7+
### [v2.16.7] (revision)
8+
9+
**Bug Fixes**:
10+
- Can't register `customConfigProvider` for c/c++ plug-in `v1.18.x`
11+
12+
***
13+
714
### [v2.16.6] (revision)
815

916
**Bug Fixes**:

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"keywords": [
1010
"arm",
11-
"cortex-m",
11+
"cortex",
1212
"armcc",
1313
"gcc",
1414
"risc-v",
@@ -20,14 +20,15 @@
2020
"stm8",
2121
"sdcc",
2222
"eide",
23+
"keil",
2324
"embedded",
24-
"cmsis config",
25-
"cmsis config wizard"
25+
"cmsis",
26+
"mcu"
2627
],
2728
"homepage": "https://github.com/github0null/eide/blob/master/README.md",
2829
"license": "MIT",
2930
"description": "An embedded development environment for 8051/STM8/Cortex-M/RISC-V",
30-
"version": "2.16.6",
31+
"version": "2.16.7",
3132
"engines": {
3233
"vscode": "^1.60.0"
3334
},
@@ -83,6 +84,9 @@
8384
"x2js": "3.4.1",
8485
"yaml": "^1.10.2"
8586
},
87+
"extensionDependencies": [
88+
"ms-vscode.cpptools"
89+
],
8690
"contributes": {
8791
"terminal": {
8892
"profiles": [

0 commit comments

Comments
 (0)