mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 17:23:15 -05:00
Splits the work of the assessment dialog into smaller managable chunks (#12172)
* Splits the work of the assessment dialog into smaller managable chunks * Use the new assessment dialog page
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
"azdata": ">=1.19.0"
|
||||
},
|
||||
"activationEvents": [
|
||||
"onCommand:sqlmigration.start"
|
||||
"onCommand:sqlmigration.start",
|
||||
"onCommand:sqlmigration.testDialog"
|
||||
],
|
||||
"main": "./out/main",
|
||||
"repository": {
|
||||
@@ -28,6 +29,11 @@
|
||||
"command": "sqlmigration.start",
|
||||
"title": "SQL Migration Start",
|
||||
"category": "SQL Migration"
|
||||
},
|
||||
{
|
||||
"command": "sqlmigration.testDialog",
|
||||
"title": "SQL Migration test dialog",
|
||||
"category": "SQL Migration"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user