This commit is contained in:
Charles Gagnon
2020-10-06 13:41:27 -07:00
committed by GitHub
parent 35957cc283
commit ac6ef2639f
17 changed files with 37 additions and 43 deletions

View File

@@ -66,7 +66,7 @@ export class ConfigurePythonWizard {
} else {
wizardTitle = localize('configurePython.wizardNameWithoutKernel', "Configure Python to run kernels");
}
this._wizard = azdata.window.createWizard(wizardTitle, 600);
this._wizard = azdata.window.createWizard(wizardTitle, 'ConfigurePythonWizard', 600);
let page0 = azdata.window.createWizardPage(localize('configurePython.page0Name', "Configure Python Runtime"));
let page1 = azdata.window.createWizardPage(localize('configurePython.page1Name', "Install Dependencies"));