fix projects view title commands (#14086)

This commit is contained in:
Kim Santiago
2021-01-28 10:15:02 -08:00
committed by GitHub
parent ff6f30505c
commit f9ea6430ee
2 changed files with 5 additions and 5 deletions

View File

@@ -78,22 +78,22 @@
{ {
"command": "dataworkspace.refresh", "command": "dataworkspace.refresh",
"when": "view == dataworkspace.views.main", "when": "view == dataworkspace.views.main",
"group": "2_currentWorkspace" "group": "1_currentWorkspace"
}, },
{ {
"command": "dataworkspace.close", "command": "dataworkspace.close",
"when": "view == dataworkspace.views.main && workbenchState == workspace", "when": "view == dataworkspace.views.main && workbenchState == workspace",
"group": "3_commands" "group": "2_commands"
}, },
{ {
"command": "projects.new", "command": "projects.new",
"when": "view == dataworkspace.views.main", "when": "view == dataworkspace.views.main",
"group": "1_navigation" "group": "navigation"
}, },
{ {
"command": "projects.openExisting", "command": "projects.openExisting",
"when": "view == dataworkspace.views.main", "when": "view == dataworkspace.views.main",
"group": "1_navigation" "group": "navigation"
} }
], ],
"commandPalette": [ "commandPalette": [

View File

@@ -156,7 +156,7 @@
{ {
"command": "sqlDatabaseProjects.createProjectFromDatabase", "command": "sqlDatabaseProjects.createProjectFromDatabase",
"when": "view == dataworkspace.views.main", "when": "view == dataworkspace.views.main",
"group": "secondary" "group": "1_currentWorkspace"
} }
], ],
"commandPalette": [ "commandPalette": [