mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 09:35:38 -05:00
add open table designer event telemetry (#17595)
* add open table designer telemetry event * rename variables to reflect the text change * format code
This commit is contained in:
@@ -53,7 +53,6 @@ export class TableDesignerTextEditor extends BaseTextEditor implements DesignerT
|
||||
@IThemeService themeService: IThemeService,
|
||||
@IEditorService editorService: IEditorService,
|
||||
@IEditorGroupsService editorGroupService: IEditorGroupsService
|
||||
|
||||
) {
|
||||
super(TableDesignerTextEditor.ID, telemetryService, instantiationService, storageService, configurationService, themeService, editorService, editorGroupService);
|
||||
this.create(this._container);
|
||||
|
||||
Reference in New Issue
Block a user