vscode: log server binary path
This commit is contained in:
@@ -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' });
|
const res = spawnSync(path, ["--version"], { encoding: 'utf8' });
|
||||||
log.debug("Checked binary availability via --version", res);
|
log.debug("Checked binary availability via --version", res);
|
||||||
log.debug(res, "--version output:", res.output);
|
log.debug(res, "--version output:", res.output);
|
||||||
|
|||||||
Reference in New Issue
Block a user