mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-10 02:02:35 -05:00
Change Azure region dropdown to use azurecore API (#11131)
* Change Azure region dropdown to use azurecore API for getting display name * Fix compile errors * Adding a few things to the vscodeignore * and another
This commit is contained in:
@@ -23,7 +23,7 @@ export abstract class WizardPageBase<T> {
|
||||
return this._wizard;
|
||||
}
|
||||
|
||||
public onEnter(): void { }
|
||||
public async onEnter(): Promise<void> { }
|
||||
|
||||
public onLeave(): void { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user