mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
workspaceHome -> untitledWorkspacesHome, is URI
This commit is contained in:
@@ -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)");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user