mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Assessment core extension (#10154)
This commit is contained in:
@@ -64,10 +64,12 @@ export enum TelemetryView {
|
||||
Shell = 'Shell',
|
||||
ExtensionRecommendationDialog = 'ExtensionRecommendationDialog',
|
||||
ResultsPanel = 'ResultsPanel',
|
||||
Notebook = 'Notebook'
|
||||
Notebook = 'Notebook',
|
||||
SqlAssessment = 'SqlAssessment'
|
||||
}
|
||||
|
||||
export enum TelemetryAction {
|
||||
Click = 'Click',
|
||||
Open = 'Open'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user