mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 01:25:38 -05:00
Add ConnectControllerDialog tests (#11443)
* Automatically fix up arc controller URL * wip * Force tests to pass * Refactor * comment
This commit is contained in:
@@ -17,6 +17,10 @@ export abstract class InitializingComponent {
|
||||
return this._initialized;
|
||||
}
|
||||
|
||||
public get isInitialized(): Promise<void> {
|
||||
return this.onInitializedPromise.promise;
|
||||
}
|
||||
|
||||
protected set initialized(value: boolean) {
|
||||
if (!this._initialized && value) {
|
||||
this._initialized = true;
|
||||
|
||||
Reference in New Issue
Block a user