Skip to content

Commit 90959b2

Browse files
committed
vscode: log server binary path
1 parent 6207ac9 commit 90959b2

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)