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",
|
"method": "initialize",
|
||||||
"params": {
|
"params": {
|
||||||
"processId": 123,
|
"processId": 123,
|
||||||
"rootPath": "clangd-10",
|
"rootPath": "clangd",
|
||||||
"capabilities": {
|
"capabilities": {
|
||||||
"textDocument": {
|
"textDocument": {
|
||||||
"completion": {
|
"completion": {
|
||||||
@ -160,7 +160,7 @@ echo '{
|
|||||||
"method": "initialize",
|
"method": "initialize",
|
||||||
"params": {
|
"params": {
|
||||||
"processId": 123,
|
"processId": 123,
|
||||||
"rootPath": "clangd-10",
|
"rootPath": "clangd",
|
||||||
"capabilities": {
|
"capabilities": {
|
||||||
"textDocument": {
|
"textDocument": {
|
||||||
"completion": {
|
"completion": {
|
||||||
|
Loading…
Reference in New Issue
Block a user