Add back "Remove Project" (#17178)

* remove project working with full paths

* use relative paths

* const

* addressing comments
This commit is contained in:
Kim Santiago
2021-09-28 17:09:21 -07:00
committed by GitHub
parent 1c112689b1
commit ee8285bf38
4 changed files with 59 additions and 4 deletions

View File

@@ -12,5 +12,6 @@
"open-existing-command": "Open existing",
"projects.defaultProjectSaveLocation": "Full path to folder where new projects are saved by default.",
"projects.showNotAddedProjectsInWorkspacePrompt": "Always show information message when the current workspace folders contain projects that have not been added to the workspace's projects.",
"manage-project-command": "Manage"
"manage-project-command": "Manage",
"projects.excludedProjectsDescription": "List of projects in the workspace to exclude from the projects viewlet"
}