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