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:
@@ -42,7 +42,8 @@ export const enum TelemetryView {
|
||||
Notebook = 'Notebook',
|
||||
ResultsPanel = 'ResultsPanel',
|
||||
Shell = 'Shell',
|
||||
SqlAssessment = 'SqlAssessment'
|
||||
SqlAssessment = 'SqlAssessment',
|
||||
TableDesigner = 'TableDesigner'
|
||||
}
|
||||
|
||||
export const enum TelemetryError {
|
||||
|
||||
Reference in New Issue
Block a user