mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-05 01:25:38 -05:00
@@ -2,7 +2,7 @@
|
||||
"name": "sql-migration",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.8",
|
||||
"version": "0.1.9",
|
||||
"publisher": "Microsoft",
|
||||
"preview": true,
|
||||
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt",
|
||||
@@ -81,6 +81,11 @@
|
||||
"command": "sqlmigration.cancel.migration",
|
||||
"title": "%cancel-migration-menu%",
|
||||
"category": "%migration-context-menu-category%"
|
||||
},
|
||||
{
|
||||
"command": "sqlmigration.retry.migration",
|
||||
"title": "%retry-migration-menu%",
|
||||
"category": "%migration-context-menu-category%"
|
||||
}
|
||||
],
|
||||
"menu": {
|
||||
@@ -116,6 +121,10 @@
|
||||
{
|
||||
"command": "sqlmigration.cancel.migration",
|
||||
"when": "false"
|
||||
},
|
||||
{
|
||||
"command": "sqlmigration.retry.migration",
|
||||
"when": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -174,4 +183,4 @@
|
||||
"devDependencies": {
|
||||
"@types/uuid": "^8.3.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user