mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 09:35:38 -05:00
Add telemetry for WYSIWYG (#19908)
* add telemetry for wysiwyg * add view mode * add back WYSIWYGKeyboardAction * nit extra line * update action property to transformAction
This commit is contained in:
@@ -123,7 +123,9 @@ export const enum NbTelemetryAction {
|
||||
RedoCell = 'RedoCell',
|
||||
MoveCell = 'MoveCell',
|
||||
MIMETypeRendererNotFound = 'MIMETypeRendererNotFound',
|
||||
CellExecutionFailed = 'CellExecutionFailed'
|
||||
CellExecutionFailed = 'CellExecutionFailed',
|
||||
TextCellToolbarAction = 'TextCellToolbarAction',
|
||||
WYSIWYGKeyboardAction = 'WYSIWYGKeyboardAction'
|
||||
}
|
||||
|
||||
export const enum TelemetryPropertyName {
|
||||
|
||||
Reference in New Issue
Block a user