From f21eb3c085ede6534b5e331c552e1ef412891446 Mon Sep 17 00:00:00 2001 From: Paul Wang Date: Fri, 8 Nov 2024 12:35:52 -0800 Subject: [PATCH] update --- src/platform/common/constants.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/platform/common/constants.ts b/src/platform/common/constants.ts index a49a475bf57..79b04f69ad9 100644 --- a/src/platform/common/constants.ts +++ b/src/platform/common/constants.ts @@ -433,7 +433,6 @@ export enum Telemetry { NotebookFirstKernelAutoSelectionBreakDown = 'DATASCIENCE.NOTEBOOK_FIRST_KERNEL_AUTO_SELECTION_BREAKDOWN', NotebookInterrupt = 'DATASCIENCE.NOTEBOOK_INTERRUPT', NotebookRestart = 'DATASCIENCE.NOTEBOOK_RESTART', - NotebookPostInitializationFailed = 'DATASCIENCE.NOTEBOOK_POST_INITIALIZATION_FAILED', SwitchKernel = 'DS_INTERNAL.SWITCH_KERNEL', KernelCount = 'DS_INTERNAL.KERNEL_COUNT', ExecuteCell = 'DATASCIENCE.EXECUTE_CELL',