mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-11 10:38:31 -05:00
Corrects workspace project tree refresh behavior for adding new projects to the workspace (#16650) (#16710)
* bugfix and updates * PR feedback * Deferred promise for project disk scan * fix casing * fixing race condition on extension activation, test failure
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
{
|
||||
"command": "dataworkspace.refresh",
|
||||
"title": "%refresh-workspace-command%",
|
||||
"category": "",
|
||||
"category": "%data-workspace-view-container-name%",
|
||||
"icon": "$(refresh)"
|
||||
},
|
||||
{
|
||||
@@ -78,12 +78,12 @@
|
||||
{
|
||||
"command": "dataworkspace.refresh",
|
||||
"when": "view == dataworkspace.views.main",
|
||||
"group": "1_currentWorkspace"
|
||||
"group": "navigation"
|
||||
},
|
||||
{
|
||||
"command": "dataworkspace.close",
|
||||
"when": "view == dataworkspace.views.main && workbenchState == workspace",
|
||||
"group": "2_commands"
|
||||
"group": "1_commands"
|
||||
},
|
||||
{
|
||||
"command": "projects.new",
|
||||
|
||||
Reference in New Issue
Block a user