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" "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 @@
} }
} }
} }
}