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 ef372f4 commit 60bfd19Copy full SHA for 60bfd19
src/vs/workbench/contrib/remote/browser/remoteIndicator.ts
@@ -373,7 +373,7 @@ export class RemoteStatusIndicator extends Disposable implements IWorkbenchContr
373
return;
374
}
375
376
- // Show for remote windows on the desktop, but not when in code server web
+ // Show for remote windows on the desktop
377
if (this.remoteAuthority) {
378
const hostLabel = this.labelService.getHostLabel(Schemas.vscodeRemote, this.remoteAuthority) || this.remoteAuthority;
379
switch (this.connectionState) {
0 commit comments