Skip to content

Commit 60bfd19

Browse files
authored
fix comment (microsoft#183812)
1 parent ef372f4 commit 60bfd19

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
@@ -373,7 +373,7 @@ export class RemoteStatusIndicator extends Disposable implements IWorkbenchContr
373373
return;
374374
}
375375

376-
// Show for remote windows on the desktop, but not when in code server web
376+
// Show for remote windows on the desktop
377377
if (this.remoteAuthority) {
378378
const hostLabel = this.labelService.getHostLabel(Schemas.vscodeRemote, this.remoteAuthority) || this.remoteAuthority;
379379
switch (this.connectionState) {

0 commit comments

Comments
 (0)