workspaceHome -> untitledWorkspacesHome, is URI

This commit is contained in:
Martin Aeschlimann
2019-02-11 15:25:32 +01:00
parent b34154e028
commit d77d7d29d8
13 changed files with 67 additions and 70 deletions

View File

@@ -186,7 +186,7 @@ export class LabelService implements ILabelService {
}
// Workspace: Untitled
if (isEqualOrParent(workspace.configPath, URI.file(this.environmentService.workspacesHome))) {
if (isEqualOrParent(workspace.configPath, this.environmentService.untitledWorkspacesHome)) {
return localize('untitledWorkspace', "Untitled (Workspace)");
}