web - remoteIndicator => windowIndicator

This commit is contained in:
Benjamin Pasero
2020-08-21 08:43:11 +02:00
parent d50e84208f
commit 38f8b223ff
4 changed files with 18 additions and 18 deletions

View File

@@ -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;