mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 17:23:05 -05:00
SQL Migration Extension Skeleton (#11625)
* Start on skeleton * Finish up skeleton * . * Change up the skeleton a bit, add some states.
This commit is contained in:
14
extensions/sql-migration/src/wizard/wizardController.ts
Normal file
14
extensions/sql-migration/src/wizard/wizardController.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
export class WizardController {
|
||||
constructor() {
|
||||
|
||||
}
|
||||
|
||||
public async openWizard(): Promise<void> {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user