mod: add just, opencode config as jsonc

This commit is contained in:
Andy Bunce 2026-03-26 21:22:28 +00:00
parent d238718c09
commit d11b7a4a99
2 changed files with 23 additions and 5 deletions

View file

@ -100,5 +100,23 @@
"cors": [
"https://example.com"
]
}
}
},
"languageServers": {
"xquery": {
"command": [
"bun",
"/home/andy/git/apb/lsp-bridge/dist/index.js",
"ws://localhost:3000"
],
"languageId": "xquery",
"extensions": [
".xq",
".xqm"
],
"initialization": {
"preferences": {
"importModuleSpecifierPreference": "relative"
}
}
}
}