mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 17:28:09 +00:00
Merge #11144
11144: fix: Fix server path on NixOS r=lnicola a=lnicola
See c0d0ceefb2 (commitcomment-62688259)
.
bors r+
Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
This commit is contained in:
commit
3d63abf1d8
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…
Reference in a new issue