mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 17:23:21 -05:00
Re-enable previously commented out configure python wizard tests (#11945)
* Re-enable configure python wizard tests * Remove extra comment
This commit is contained in:
@@ -122,7 +122,7 @@ export class ConfigurePythonWizard {
|
||||
|
||||
this._wizard.generateScriptButton.hidden = true;
|
||||
this._wizard.pages = [page0, page1];
|
||||
this._wizard.open();
|
||||
await this._wizard.open();
|
||||
}
|
||||
|
||||
public async close(): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user