adds close workspace to data workspace view menu (#13809)

* adds close workspace to data workspace view menu

* moving vscode command out to main

* update context menu groups
This commit is contained in:
Drew Skwiers-Koballa
2020-12-20 13:14:26 -08:00
committed by GitHub
parent c7303803ba
commit 786d526e9c
3 changed files with 22 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
"main-view-name": "Projects",
"new-command": "New",
"refresh-workspace-command": "Refresh",
"close-workspace-command": "Close Workspace",
"remove-project-command": "Remove Project",
"projects-view-no-workspace-content": "No workspace open, create new or open existing to get started.\n[Create new](command:projects.new)\n[Open existing](command:projects.openExisting)\nTo learn more about SQL Database projects [read our docs](https://aka.ms/azuredatastudio-sqlprojects)",
"projects-view-no-project-content": "No projects found in current workspace.\n[Create new](command:projects.new)\n[Open existing](command:projects.openExisting)\nTo learn more about SQL Database projects [read our docs](https://aka.ms/azuredatastudio-sqlprojects).\n",