Skip to content

Commit 6eba502

Browse files
committed
Belated release notes for 0.1.20
1 parent c05978c commit 6eba502

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

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

3+
## Version 0.1.20: July 12, 2022
4+
5+
* Update to vscode-languageclient 8. this enables standard LSP inlay hints with a recent clangd, and may carry other behavior changes.
6+
* Fix inlay-hints not shown when using a standard-inlay-hint-supported clangd. [#342](https://github.com/clangd/vscode-clangd/issues/342)
7+
* "toggle inlay hints" command now respects the 4 states on/off/onUnlessPressed/offUnlessPressed
8+
* Commit characters in code completion are explicitly disable (previously ignored due to a bug, see [#357]https://github.com/clangd/vscode-clangd/issues/357)).
9+
310
## Version 0.1.19: July 11, 2022
411

512
* This is a rollback to address regressions in code completion introduced by 0.1.18.

0 commit comments

Comments
 (0)