mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-15 18:46:36 -05:00
Move rest of DE actions into package contributions (#11755)
* Move rest of DE actions into package contributions * Add sql-database-projects import
This commit is contained in:
@@ -282,6 +282,14 @@
|
||||
"group": "export"
|
||||
}
|
||||
],
|
||||
|
||||
"dataExplorer/context": [
|
||||
{
|
||||
"command": "sqlDatabaseProjects.importDatabase",
|
||||
"when": "connectionProvider == MSSQL && nodeType && nodeType == Database && mssql:engineedition != 11",
|
||||
"group": "export"
|
||||
}
|
||||
],
|
||||
"dashboard/toolbar": [
|
||||
{
|
||||
"command": "sqlDatabaseProjects.importDatabase",
|
||||
|
||||
Reference in New Issue
Block a user