Fix server path on NixOS
This commit is contained in:
parent
355a4bdb88
commit
0182f74516
1 changed files with 1 additions and 1 deletions
|
@ -243,8 +243,8 @@ async function getServer(context: vscode.ExtensionContext, config: Config, state
|
|||
if (!exists) {
|
||||
await vscode.workspace.fs.copy(bundled, dest);
|
||||
await patchelf(dest);
|
||||
server = dest;
|
||||
}
|
||||
server = dest;
|
||||
}
|
||||
await state.updateServerVersion(config.package.version);
|
||||
return server.fsPath;
|
||||
|
|
Loading…
Add table
Reference in a new issue