We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0816d4 commit 1c0215cCopy full SHA for 1c0215c
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# What's New?
2
3
+## 1.22.28
4
+
5
+Improvements:
6
+- Added extension pack with `ms-vscode.cpp-devtools`
7
8
## 1.22.27
9
10
Bug Fixes:
package.json
@@ -69,6 +69,9 @@
69
"onLanguage:cmake",
70
"onLanguage:cmake-cache"
71
],
72
+ "extensionPack": [
73
+ "ms-vscode.cpp-devtools"
74
+ ],
75
"main": "./dist/main",
76
"contributes": {
77
"icons": {
0 commit comments