strings
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user