mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
web - remoteIndicator => windowIndicator
This commit is contained in:
@@ -309,7 +309,7 @@ import { workbenchConfigurationNodeBase } from 'vs/workbench/common/configuratio
|
||||
|
||||
const base = '${dirty}${activeEditorShort}${separator}${rootName}${separator}${appName}';
|
||||
if (isWeb) {
|
||||
return base + '${separator}${remoteName}'; // Web: always show remote indicator
|
||||
return base + '${separator}${remoteName}'; // Web: always show remote name
|
||||
}
|
||||
|
||||
return base;
|
||||
|
||||
Reference in New Issue
Block a user