mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Fix timing issue where port detection can fail to start
This commit is contained in:
@@ -57,6 +57,9 @@ export class MainThreadTunnelService extends Disposable implements MainThreadTun
|
||||
return this._proxy.$registerCandidateFinder(this.processFindingEnabled());
|
||||
}
|
||||
}));
|
||||
this._register(this.tunnelService.onAddedTunnelProvider(() => {
|
||||
return this._proxy.$registerCandidateFinder(this.processFindingEnabled());
|
||||
}));
|
||||
}
|
||||
|
||||
private _alreadyRegistered: boolean = false;
|
||||
|
||||
Reference in New Issue
Block a user