Skip to content

Commit cdb80ef

Browse files
bors[bot]Veetaha
andauthored
Merge #3846
3846: vscode: log server binary path r=matklad a=Veetaha Co-authored-by: veetaha <[email protected]>
2 parents 6207ac9 + 90959b2 commit cdb80ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

editors/code/src/main.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ async function bootstrapServer(config: Config, state: PersistentState): Promise<
177177
);
178178
}
179179

180+
log.debug("Using server binary at", path);
181+
180182
const res = spawnSync(path, ["--version"], { encoding: 'utf8' });
181183
log.debug("Checked binary availability via --version", res);
182184
log.debug(res, "--version output:", res.output);

0 commit comments

Comments
 (0)