File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -142,20 +142,6 @@ export class TerminalManagerImpl implements TerminalManager {
142142 this . shellSetup . clear ( ) ;
143143 }
144144 }
145- if ( e . affectsConfiguration ( 'terminal.integrated.shellIntegration.enabled' ) ) {
146- traceInfo ( 'Shell integration setting changed, invalidating cache' ) ;
147- const updatedShellIntegrationSetting = await getShellIntegrationEnabledCache ( ) ;
148- if ( ! updatedShellIntegrationSetting ) {
149- const shells = new Set (
150- terminals ( )
151- . map ( ( t ) => identifyTerminalShell ( t ) )
152- . filter ( ( t ) => t !== 'unknown' ) ,
153- ) ;
154- if ( shells . size > 0 ) {
155- await this . handleSetupCheck ( shells ) ;
156- }
157- }
158- }
159145 } ) ,
160146 onDidChangeWindowState ( ( e ) => {
161147 this . hasFocus = e . focused ;
You can’t perform that action at this time.
0 commit comments