basex-lsp/.vscode/lsp-proxy.json
2025-09-15 22:38:45 +01:00

16 lines
No EOL
248 B
JSON

[
{
"languageId": "XQuery",
"command": "docker",
"fileExtensions": [
".xqm"
],
"transport": "websocket",
"websocketUrl": "ws://localhost:3000/ws/lsp",
"args": [
"compose",
"up",
"-d"
]
}
]