fix comment (#183812)

This commit is contained in:
Martin Aeschlimann 2023-05-30 15:58:30 +02:00 committed by GitHub
parent ef372f4335
commit 60bfd19afb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -373,7 +373,7 @@ export class RemoteStatusIndicator extends Disposable implements IWorkbenchContr
return;
}
// Show for remote windows on the desktop, but not when in code server web
// Show for remote windows on the desktop
if (this.remoteAuthority) {
const hostLabel = this.labelService.getHostLabel(Schemas.vscodeRemote, this.remoteAuthority) || this.remoteAuthority;
switch (this.connectionState) {