Skip to content

Commit bf149a5

Browse files
committed
Release 0.1.35
1 parent d3938b6 commit bf149a5

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
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.35: May 23, 2025
4+
5+
* On config changed watcher can be force enabled [#300](https://github.com/clangd/vscode-clangd/issues/300).
6+
* Extension is only enabled in trusted workspaces [#812](https://github.com/clangd/vscode-clangd/pull/812).
7+
38
## Version 0.1.34: March 15, 2025
49

510
* Create pre-release flows [#748](https://github.com/clangd/vscode-clangd/issues/748) [#753](https://github.com/clangd/vscode-clangd/issues/753) [#765](https://github.com/clangd/vscode-clangd/issues/765)

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.34",
5+
"version": "0.1.35",
66
"publisher": "llvm-vs-code-extensions",
77
"license": "MIT",
88
"homepage": "https://clangd.llvm.org/",

0 commit comments

Comments
 (0)