Merge #3846
3846: vscode: log server binary path r=matklad a=Veetaha Co-authored-by: veetaha <veetaha2@gmail.com>
This commit is contained in:
commit
cdb80ef039
@ -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