mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 09:35:38 -05:00
Add telemetry for ModelView wizards (#12596)
* Add telemetry for ModelView wizards * Remove unnecessary params * Fix compile error
This commit is contained in:
@@ -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"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user