Skip to content

Commit 80ae6bc

Browse files
committed
Bump version to 0.1.13
Include latest fix for suboptimal UX: #221
1 parent 78cfb5d commit 80ae6bc

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## Version 0.1.13: August 24, 2021
4+
5+
* Add option to suppress warning about the Microsoft C/C++ extension
6+
incompatibility [#221](https://github.com/clangd/vscode-clangd/pull/221)
7+
38
## Version 0.1.12: July 19, 2021
49

510
* Clicking on status bar opens output panel,

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-clangd",
33
"displayName": "clangd",
44
"description": "C and C++ completion, navigation, and insights",
5-
"version": "0.1.12",
5+
"version": "0.1.13",
66
"publisher": "llvm-vs-code-extensions",
77
"license": "MIT",
88
"homepage": "https://clangd.llvm.org/",

0 commit comments

Comments
 (0)