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:
Amir Omidi
2020-09-08 17:22:23 -07:00
committed by GitHub
parent 9ed274fb39
commit f56e09cfa1
9 changed files with 264 additions and 137 deletions

View File

@@ -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"
}
]
},