@@ -1736,7 +1736,7 @@ export interface IEventNamePropertyMapping {
17361736 /**
17371737 * Telemetry event sent after the python.launchTensorBoard command has been executed.
17381738 * The `entrypoint` property indicates whether the command was executed directly by the
1739- * user from the command palette or from a codeaction, codelens, or the user clicking 'yes'
1739+ * user from the command palette or from a codelens or the user clicking 'yes'
17401740 * on the launch prompt we display.
17411741 * The `trigger` property indicates whether the entrypoint was triggered by the user
17421742 * importing tensorboard, using tensorboard in a notebook, detected tfevent files in
@@ -1775,10 +1775,10 @@ export interface IEventNamePropertyMapping {
17751775 [ EventName . TENSORBOARD_SESSION_DURATION ] : never | undefined ;
17761776 /**
17771777 * Telemetry event sent when an entrypoint is displayed to the user. This event is sent once
1778- * per entrypoint per session to minimize redundant events since codeactions and codelenses
1778+ * per entrypoint per session to minimize redundant events since codelenses
17791779 * can be displayed multiple times per file.
17801780 * The `entrypoint` property indicates whether the command was executed directly by the
1781- * user from the command palette or from a codeaction, codelens, or the user clicking 'yes'
1781+ * user from the command palette or from a codelens or the user clicking 'yes'
17821782 * on the launch prompt we display.
17831783 * The `trigger` property indicates whether the entrypoint was triggered by the user
17841784 * importing tensorboard, using tensorboard in a notebook, detected tfevent files in
@@ -1802,16 +1802,6 @@ export interface IEventNamePropertyMapping {
18021802 selection : TensorBoardPromptSelection ;
18031803 operationType : 'install' | 'upgrade' ;
18041804 } ;
1805- /**
1806- * Telemetry event indicating the codeaction on a tensorboard import was clicked.
1807- * Used for A/B testing codeaction vs codelens.
1808- */
1809- [ EventName . TENSORBOARD_IMPORT_CODEACTION_CLICKED ] : never | undefined ;
1810- /**
1811- * Telemetry event indicating the codelens above a tensorboard import was clicked.
1812- * Used for A/B testing codeaction vs codelens.
1813- */
1814- [ EventName . TENSORBOARD_IMPORT_CODELENS_CLICKED ] : never | undefined ;
18151805 /**
18161806 * Telemetry event sent when we find an active integrated terminal running tensorboard.
18171807 */
0 commit comments