We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26003f commit 7b2a460Copy full SHA for 7b2a460
src/vs/workbench/contrib/remote/browser/remoteIndicator.ts
@@ -374,7 +374,7 @@ export class RemoteStatusIndicator extends Disposable implements IWorkbenchContr
374
}
375
376
// Show for remote windows on the desktop, but not when in code server web
377
- if (this.remoteAuthority && (!isWeb || this.environmentService.options?.webSocketFactory)) {
+ if (this.remoteAuthority) {
378
const hostLabel = this.labelService.getHostLabel(Schemas.vscodeRemote, this.remoteAuthority) || this.remoteAuthority;
379
switch (this.connectionState) {
380
case 'initializing':
0 commit comments