mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-28 01:25:39 -05:00
Add Import UI to Data-workspace Ellipsis (#13544)
This commit is contained in:
@@ -152,6 +152,13 @@
|
||||
}
|
||||
],
|
||||
"menus": {
|
||||
"view/title": [
|
||||
{
|
||||
"command": "sqlDatabaseProjects.createProjectFromDatabase",
|
||||
"when": "view == dataworkspace.views.main",
|
||||
"group": "secondary"
|
||||
}
|
||||
],
|
||||
"commandPalette": [
|
||||
{
|
||||
"command": "sqlDatabaseProjects.newScript",
|
||||
|
||||
Reference in New Issue
Block a user