File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/client/common/terminal Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,8 @@ export class TerminalService implements ITerminalService, Disposable {
99
99
const shellIntegration = ( terminal . shellIntegration as unknown ) as { env : any } ;
100
100
const tempEnv = shellIntegration . env ;
101
101
console . log ( tempEnv ) ;
102
- traceVerbose ( 'Printing temp env from service.ts in terminal1' ) ;
102
+ traceVerbose ( 'Printing temp env from service.ts in terminal1' , tempEnv ) ;
103
+ traceVerbose ( 'finished printing temp env ' ) ;
103
104
} ) ;
104
105
const TIMEOUT_DURATION = 500 ;
105
106
const timer = setTimeout ( ( ) => {
@@ -122,7 +123,8 @@ export class TerminalService implements ITerminalService, Disposable {
122
123
const shellIntegration = ( terminal . shellIntegration as unknown ) as { env : any } ;
123
124
const tempEnv = shellIntegration . env ;
124
125
console . log ( tempEnv ) ;
125
- traceVerbose ( 'Printing temp env from service.ts in terminal2' ) ;
126
+ traceVerbose ( 'Printing temp env from service.ts in terminal2' , tempEnv ) ;
127
+ traceVerbose ( 'finished printing temp env ' ) ;
126
128
traceVerbose ( `Shell Integration is enabled, executeCommand: ${ commandLine } ` ) ;
127
129
return execution ;
128
130
} else {
You can’t perform that action at this time.
0 commit comments