Skip to content

Commit 9f69fc8

Browse files
committed
Bump 0.1.19
1 parent fc750f1 commit 9f69fc8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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.19: July 11, 2022
4+
5+
* This is a rollback to address regressions in code completion introduced by 0.1.18.
6+
* Unfortunately this breaks inlay hints again by reverting #342.
7+
38
## Version 0.1.18: July 11, 2022
49

510
* Fix inlay-hints not shown when using a standard-inlay-hint-supported clangd. [#342](https://github.com/clangd/vscode-clangd/issues/342)

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/C++ completion, navigation, and insights",
5-
"version": "0.1.18",
5+
"version": "0.1.19",
66
"publisher": "llvm-vs-code-extensions",
77
"license": "MIT",
88
"homepage": "https://clangd.llvm.org/",

0 commit comments

Comments
 (0)