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:
Alan Ren
2021-11-04 17:00:32 -07:00
committed by GitHub
parent a34b5a0db7
commit f07427f2c1
4 changed files with 15 additions and 8 deletions

View File

@@ -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);