We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7dbd2e commit 65545edCopy full SHA for 65545ed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# 1.2.0
2
3
+- Bugfix for https://github.com/stackb/bazel-stack-vscode-cc/issues/11.
4
+
5
+# 1.1.2
6
7
+- Increased configurability of the bazel command that generates the compile databases
8
- GoTestGenTest problem matcher added
9
10
# 1.0.0
package.json
@@ -3,7 +3,7 @@
"name": "bazel-stack-vscode-cc",
"displayName": "bazel-stack-vscode-cc",
"description": "C/C++ Support For Bazel Stack VSCode Extension",
- "version": "1.1.2",
+ "version": "1.2.0",
"icon": "stackb-cc.png",
"engines": {
"vscode": "^1.45.0"
0 commit comments