mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 09:35:39 -05:00
Adding notebooks to migration extension (#14189)
* Adding migration notebooks to extension * Adding toast notification instead of printing error in the console * removed localization info from the links in the notebook * Removed localization info from the links 2 * Fixed comments, placeholder and letter cases.
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
},
|
||||
"activationEvents": [
|
||||
"onCommand:sqlmigration.start",
|
||||
"onCommand:sqlmigration.testDialog"
|
||||
"onCommand:sqlmigration.testDialog",
|
||||
"onCommand:sqlmigration.openNotebooks"
|
||||
],
|
||||
"main": "./out/main",
|
||||
"repository": {
|
||||
@@ -34,6 +35,11 @@
|
||||
"command": "sqlmigration.testDialog",
|
||||
"title": "SQL Migration test dialog",
|
||||
"category": "SQL Migration"
|
||||
},
|
||||
{
|
||||
"command": "sqlmigration.openNotebooks",
|
||||
"title": "%migration-notebook-command-title%",
|
||||
"category": "SQL Migration"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user