Skip to content

Commit f44f030

Browse files
Release version 0.1.29 (#653)
1 parent d700377 commit f44f030

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

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

3+
## Version 0.1.29: July 12, 2024
4+
5+
* vscode-clangd now exposes an [API](https://github.com/clangd/vscode-clangd/blob/master/api/README.md)
6+
to other VSCode extensions, allowing them to make requests of their own to the clangd server [#575](https://github.com/clangd/vscode-clangd/pull/575)
7+
* The predefined variable `${workspaceFolderBasename}` is now recognized in settings values
8+
such as `"clangd.arguments"` [#147](https://github.com/clangd/vscode-clangd/issues/147)
9+
* Bug fixes to inactive region highlighting
10+
* Decorations are now cleared on clangd restart [#600](https://github.com/clangd/vscode-clangd/issues/600)
11+
* Decorations are now updated when their settings are changed [#613](https://github.com/clangd/vscode-clangd/pull/613)
12+
313
## Version 0.1.28: March 20, 2024
414

515
* Fix a regression in the behaviour of `clangd.restart` introduced in 0.1.27 [#599](https://github.com/clangd/vscode-clangd/issues/599)

package-lock.json

Lines changed: 2 additions & 2 deletions
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/C++ completion, navigation, and insights",
5-
"version": "0.1.28",
5+
"version": "0.1.29",
66
"publisher": "llvm-vs-code-extensions",
77
"license": "MIT",
88
"homepage": "https://clangd.llvm.org/",

0 commit comments

Comments
 (0)