This commit is contained in:
Andy Bunce 2026-03-27 14:09:09 +00:00
parent d11b7a4a99
commit 1e926ac018

View file

@ -101,14 +101,13 @@
"https://example.com"
]
},
"languageServers": {
"lsp": {
"xquery": {
"command": [
"bun",
"/home/andy/git/apb/lsp-bridge/dist/index.js",
"ws://localhost:3000"
],
"languageId": "xquery",
"extensions": [
".xq",
".xqm"
@ -119,4 +118,5 @@
}
}
}
}
}
}