Skip to content

Commit 1e7d50e

Browse files
committed
use specific clangd version
1 parent fc90cc3 commit 1e7d50e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.zed/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"--header-insertion=never",
4242
"--query-driver=**",
4343
"--clang-tidy"
44-
]
44+
],
45+
"path": "/bin/clangd-19"
4546
}
4647
},
4748
"rust-analyzer": {

0 commit comments

Comments
 (0)