Skip to content

Commit 7b2a460

Browse files
authored
Show remote indicator in web when remoteAuthority is set (microsoft#183728)
1 parent c26003f commit 7b2a460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/remote/browser/remoteIndicator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ export class RemoteStatusIndicator extends Disposable implements IWorkbenchContr
374374
}
375375

376376
// Show for remote windows on the desktop, but not when in code server web
377-
if (this.remoteAuthority && (!isWeb || this.environmentService.options?.webSocketFactory)) {
377+
if (this.remoteAuthority) {
378378
const hostLabel = this.labelService.getHostLabel(Schemas.vscodeRemote, this.remoteAuthority) || this.remoteAuthority;
379379
switch (this.connectionState) {
380380
case 'initializing':

0 commit comments

Comments
 (0)