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 {
1329
1329
this . _logService . trace ( `No terminals to reconnect to so returning` ) ;
1330
1330
} else {
1331
1331
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 ;
1333
1333
if ( data ) {
1334
1334
const terminalData = { lastTask : data . lastTask , group : data . group , terminal } ;
1335
1335
this . _terminals [ terminal . instanceId ] = terminalData ;
You can’t perform that action at this time.
0 commit comments