Skip to content

Commit 8729a31

Browse files
committed
update boosts
1 parent 09dc493 commit 8729a31

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

client/out/languageserver.js

Lines changed: 1 addition & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/src/languageserver.ts

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -144,20 +144,9 @@ function start(context: ExtensionContext, documentSelector: DocumentSelector, fo
144144
break;
145145
}
146146

147-
let args: string[] = [
148-
'-E',
149-
context.asAbsolutePath(path.join(
150-
'server',
151-
'main.lua',
152-
)),
153-
];
154-
try {
155-
args = args.concat(commandParam);
156-
} finally {};
157-
158147
let serverOptions: ServerOptions = {
159148
command: command,
160-
args: args,
149+
args: commandParam,
161150
};
162151

163152
let client = new LanguageClient(

0 commit comments

Comments
 (0)