mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-02 17:23:40 -05:00
Add telemetry for opening dacpac wizard (#14884)
* add telemetry for opening dacpac wizard * add wizard open telemetry to core * fix tests * remove WizardOpen
This commit is contained in:
6
src/sql/azdata.proposed.d.ts
vendored
6
src/sql/azdata.proposed.d.ts
vendored
@@ -584,6 +584,12 @@ declare module 'azdata' {
|
||||
* Width of the wizard
|
||||
*/
|
||||
width?: DialogWidth;
|
||||
|
||||
/**
|
||||
* Open the wizard. Does nothing if the wizard is already open.
|
||||
* @param source Where the wizard was opened from for telemetry (ex: command palette, context menu)
|
||||
*/
|
||||
open(source?: string): Thenable<void>;
|
||||
}
|
||||
|
||||
export interface WizardPage extends ModelViewPanel {
|
||||
|
||||
Reference in New Issue
Block a user