This commit is contained in:
agra
2026-02-12 16:23:42 +02:00
parent 1087bd1977
commit dab162bfe4
13 changed files with 1190 additions and 775 deletions

View File

@@ -12,7 +12,7 @@ let client: LanguageClient;
export function activate(context: ExtensionContext) {
const config = workspace.getConfiguration("sx");
const lspPath = config.get<string>("lspPath", "sx-lsp");
const lspPath = config.get<string>("lspPath", "sx");
const serverOptions: ServerOptions = {
command: lspPath,