mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-26 06:35:27 +00:00
vscode: log server binary path
This commit is contained in:
parent
6207ac90da
commit
90959b29e0
@ -177,6 +177,8 @@ async function bootstrapServer(config: Config, state: PersistentState): Promise<
|
||||
);
|
||||
}
|
||||
|
||||
log.debug("Using server binary at", path);
|
||||
|
||||
const res = spawnSync(path, ["--version"], { encoding: 'utf8' });
|
||||
log.debug("Checked binary availability via --version", res);
|
||||
log.debug(res, "--version output:", res.output);
|
||||
|
Loading…
Reference in New Issue
Block a user