mirror of
https://github.com/microsoft/vscode.git
synced 2026-06-01 21:24:50 +01:00
cli - set VSCODE_CLI earlier (#119660)
This commit is contained in:
@@ -118,7 +118,6 @@ export async function main(argv: string[]): Promise<any> {
|
||||
else {
|
||||
const env: NodeJS.ProcessEnv = {
|
||||
...process.env,
|
||||
'VSCODE_CLI': '1', // this will signal Code that it was spawned from this module
|
||||
'ELECTRON_NO_ATTACH_CONSOLE': '1'
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user