Skip to content

Commit

Permalink
Fix VS Code extension
Browse files Browse the repository at this point in the history
  • Loading branch information
treiher committed Aug 17, 2023
1 parent e00eee9 commit d9d50b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ide/vscode/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ async function createServer(
newEnv.LS_IMPORT_STRATEGY = settings.importStrategy;
newEnv.LS_SHOW_NOTIFICATION = settings.showNotifications;

const args = settings.interpreter.slice(1).concat(["-m", "rflx", "ls"]);
const args = settings.interpreter.slice(1).concat(["-m", "rflx", "run_ls"]);
traceInfo(`Server run command: ${[command, ...args].join(' ')}`);

const serverOptions: ServerOptions = {
Expand Down

0 comments on commit d9d50b8

Please sign in to comment.