Skip to content

Commit dbbf707

Browse files
authored
Make sure that tunnel information isn't set on desktop (#112228)
1 parent 99edf4f commit dbbf707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/remote/common/tunnelFactory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export class TunnelFactoryContribution extends Disposable implements IWorkbenchC
4343
});
4444
}
4545
}));
46+
remoteExplorerService.setTunnelInformation(undefined);
4647
}
47-
remoteExplorerService.setTunnelInformation(undefined);
4848
}
4949
}

0 commit comments

Comments
 (0)