diff --git a/src/node/main.ts b/src/node/main.ts index f331ae59f..b3c4e4c14 100644 --- a/src/node/main.ts +++ b/src/node/main.ts @@ -50,6 +50,7 @@ export const runCodeCli = async (args: DefaultedArgs): Promise => { logger.debug("Running Code CLI") try { // See vscode.loadVSCode for more on this jank. + process.env.CODE_SERVER_PARENT_PID = process.pid.toString() const modPath = path.join(vsRootPath, "out/server-main.js") const mod = (await eval(`import("${modPath}")`)) as VSCodeModule const serverModule = await mod.loadCodeWithNls()