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 {
136
136
{
137
137
env : {
138
138
...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' ,
142
142
VSCODE_EXTHOST_WILL_SEND_SOCKET : 'true' ,
143
143
VSCODE_HANDLES_UNCAUGHT_ERRORS : 'true' ,
144
144
VSCODE_LOG_STACK : 'false' ,
145
145
VSCODE_LOG_LEVEL : process . env . LOG_LEVEL ,
146
146
VSCODE_NLS_CONFIG : JSON . stringify ( config ) ,
147
+ VSCODE_PARENT_PID : String ( process . pid ) ,
147
148
} ,
148
149
silent : true ,
149
150
} ,
You can’t perform that action at this time.
0 commit comments