File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
lib/vscode/src/vs/server/node Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -136,14 +136,15 @@ export class ExtensionHostConnection extends Connection {
136136 {
137137 env : {
138138 ...process . env ,
139- AMD_ENTRYPOINT : 'vs/workbench/services/extensions/node/extensionHostProcess' ,
140- PIPE_LOGGING : 'true' ,
141- VERBOSE_LOGGING : 'true' ,
139+ VSCODE_AMD_ENTRYPOINT : 'vs/workbench/services/extensions/node/extensionHostProcess' ,
140+ VSCODE_PIPE_LOGGING : 'true' ,
141+ VSCODE_VERBOSE_LOGGING : 'true' ,
142142 VSCODE_EXTHOST_WILL_SEND_SOCKET : 'true' ,
143143 VSCODE_HANDLES_UNCAUGHT_ERRORS : 'true' ,
144144 VSCODE_LOG_STACK : 'false' ,
145145 VSCODE_LOG_LEVEL : process . env . LOG_LEVEL ,
146146 VSCODE_NLS_CONFIG : JSON . stringify ( config ) ,
147+ VSCODE_PARENT_PID : String ( process . pid ) ,
147148 } ,
148149 silent : true ,
149150 } ,
You can’t perform that action at this time.
0 commit comments