File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/vs/workbench/contrib/tasks/browser Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1329,7 +1329,7 @@ export class TerminalTaskSystem extends Disposable implements ITaskSystem {
13291329 this . _logService . trace ( `No terminals to reconnect to so returning` ) ;
13301330 } else {
13311331 for ( const terminal of this . _reconnectedTerminals ) {
1332- const data = terminal . shellLaunchConfig ? .attachPersistentProcess ?. reconnectionProperties ?. data as IReconnectionTaskData | undefined ;
1332+ const data = terminal . shellLaunchConfig . attachPersistentProcess ?. reconnectionProperties ?. data as IReconnectionTaskData | undefined ;
13331333 if ( data ) {
13341334 const terminalData = { lastTask : data . lastTask , group : data . group , terminal } ;
13351335 this . _terminals [ terminal . instanceId ] = terminalData ;
You can’t perform that action at this time.
0 commit comments