fix: cfg
This commit is contained in:
parent
d11b7a4a99
commit
1e926ac018
1 changed files with 3 additions and 3 deletions
|
|
@ -101,14 +101,13 @@
|
||||||
"https://example.com"
|
"https://example.com"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"languageServers": {
|
"lsp": {
|
||||||
"xquery": {
|
"xquery": {
|
||||||
"command": [
|
"command": [
|
||||||
"bun",
|
"bun",
|
||||||
"/home/andy/git/apb/lsp-bridge/dist/index.js",
|
"/home/andy/git/apb/lsp-bridge/dist/index.js",
|
||||||
"ws://localhost:3000"
|
"ws://localhost:3000"
|
||||||
],
|
],
|
||||||
"languageId": "xquery",
|
|
||||||
"extensions": [
|
"extensions": [
|
||||||
".xq",
|
".xq",
|
||||||
".xqm"
|
".xqm"
|
||||||
|
|
@ -120,3 +119,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue