File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/vs/workbench/contrib/interactiveSession/browser/actions Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ export function registerInteractiveSessionCodeBlockActions() {
263
263
264
264
// Why does getActiveOrCreateInstance return a disposed terminal? #180018
265
265
// isFeatureTerminal = debug terminal
266
- const unusableTerminal = terminal . isDisposed || terminal . xterm ?. isStdinDisabled || terminal . shellLaunchConfig . type === 'Task' || terminal . shellLaunchConfig . isFeatureTerminal ;
266
+ const unusableTerminal = terminal . isDisposed || terminal . xterm ?. isStdinDisabled || terminal . shellLaunchConfig . isFeatureTerminal ;
267
267
terminal = unusableTerminal ? await terminalService . createTerminal ( ) : terminal ;
268
268
269
269
terminalService . setActiveInstance ( terminal ) ;
You can’t perform that action at this time.
0 commit comments