mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-08 17:24:01 -05:00
Dev/brih/hotfix status page (#16407)
* add dispose pattern, fix migration status enum * format strings * add dispose handler to more events
This commit is contained in:
@@ -36,7 +36,7 @@ class SQLMigration {
|
||||
|
||||
input.items = NotebookPathHelper.getAllMigrationNotebooks();
|
||||
|
||||
input.onDidAccept(async (e) => {
|
||||
this.context.subscriptions.push(input.onDidAccept(async (e) => {
|
||||
const selectedNotebook = input.selectedItems[0];
|
||||
if (selectedNotebook) {
|
||||
try {
|
||||
@@ -50,7 +50,7 @@ class SQLMigration {
|
||||
}
|
||||
input.hide();
|
||||
}
|
||||
});
|
||||
}));
|
||||
|
||||
input.show();
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user