Skip to content

Commit 3d63abf

Browse files
bors[bot]lnicola
andauthored
Merge #11144
11144: fix: Fix server path on NixOS r=lnicola a=lnicola See c0d0cee#commitcomment-62688259. bors r+ Co-authored-by: Laurențiu Nicola <[email protected]>
2 parents 22ccb1a + 0182f74 commit 3d63abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ async function getServer(context: vscode.ExtensionContext, config: Config, state
243243
if (!exists) {
244244
await vscode.workspace.fs.copy(bundled, dest);
245245
await patchelf(dest);
246-
server = dest;
247246
}
247+
server = dest;
248248
}
249249
await state.updateServerVersion(config.package.version);
250250
return server.fsPath;

0 commit comments

Comments
 (0)