mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 19:48:37 -05:00
Add back "Remove Project" (#17178)
* remove project working with full paths * use relative paths * const * addressing comments
This commit is contained in:
@@ -26,10 +26,10 @@
|
||||
{
|
||||
"title": "Projects",
|
||||
"properties": {
|
||||
"dataworkspace.projects": {
|
||||
"dataworkspace.excludedProjects": {
|
||||
"type": "array",
|
||||
"default": [],
|
||||
"description": ""
|
||||
"description": "%projects.excludedProjectsDescription%"
|
||||
},
|
||||
"projects.defaultProjectSaveLocation": {
|
||||
"type": "string",
|
||||
@@ -68,6 +68,10 @@
|
||||
"category": "",
|
||||
"icon": "$(close)"
|
||||
},
|
||||
{
|
||||
"command": "projects.removeProject",
|
||||
"title": "%remove-project-command%"
|
||||
},
|
||||
{
|
||||
"command": "projects.manageProject",
|
||||
"title": "%manage-project-command%"
|
||||
@@ -108,6 +112,10 @@
|
||||
"command": "dataworkspace.close",
|
||||
"when": "false"
|
||||
},
|
||||
{
|
||||
"command": "projects.removeProject",
|
||||
"when": "false"
|
||||
},
|
||||
{
|
||||
"command": "projects.openExisting"
|
||||
},
|
||||
@@ -121,6 +129,11 @@
|
||||
"command": "projects.manageProject",
|
||||
"when": "view == dataworkspace.views.main && viewItem == databaseProject.itemType.project && azdataAvailable",
|
||||
"group": "0_projectsFirst@1"
|
||||
},
|
||||
{
|
||||
"command": "projects.removeProject",
|
||||
"when": "view == dataworkspace.views.main && viewItem == databaseProject.itemType.project",
|
||||
"group": "9_dbProjectsLast@9"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user