mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 21:40:47 +00:00
fix rootpath for clangd
This commit is contained in:
parent
5f37790dd3
commit
ff74df1613
4
debian/qualify-clang.sh
vendored
4
debian/qualify-clang.sh
vendored
@ -111,7 +111,7 @@ echo '{
|
||||
"method": "initialize",
|
||||
"params": {
|
||||
"processId": 123,
|
||||
"rootPath": "clangd-10",
|
||||
"rootPath": "clangd",
|
||||
"capabilities": {
|
||||
"textDocument": {
|
||||
"completion": {
|
||||
@ -160,7 +160,7 @@ echo '{
|
||||
"method": "initialize",
|
||||
"params": {
|
||||
"processId": 123,
|
||||
"rootPath": "clangd-10",
|
||||
"rootPath": "clangd",
|
||||
"capabilities": {
|
||||
"textDocument": {
|
||||
"completion": {
|
||||
|
Loading…
Reference in New Issue
Block a user