Still load other projects even if one doesn't exist (#14585)

* still load other projects if one doesn't exist

* show all errors at the end

* update error message

* remove project(s)
This commit is contained in:
Kim Santiago
2021-03-05 18:39:56 -08:00
committed by GitHub
parent 972b649beb
commit cecc83c89d
2 changed files with 29 additions and 18 deletions

View File

@@ -20,6 +20,7 @@ export const EnterWorkspaceConfirmation = localize('dataworkspace.enterWorkspace
export const WorkspaceContainsNotAddedProjects = localize('dataworkspace.workspaceContainsNotAddedProjects', "The current workspace contains one or more projects that have not been added to the workspace. Use the 'Open existing' dialog to add projects to the projects pane.");
export const LaunchOpenExisitingDialog = localize('dataworkspace.launchOpenExistingDialog', "Launch Open existing dialog");
export const DoNotShowAgain = localize('dataworkspace.doNotShowAgain', "Do not show again");
export const ProjectsFailedToLoad = localize('dataworkspace.projectsFailedToLoad', "Some projects failed to load. Please open console for more information");
// config settings
export const projectsConfigurationKey = 'projects';