From 9645eda2204b900d3ef1b9034eed3d5cb7ef9cc8 Mon Sep 17 00:00:00 2001 From: liangfung Date: Fri, 27 Dec 2024 21:29:03 +0800 Subject: [PATCH] update: remove --- ee/tabby-ui/lib/constants/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/ee/tabby-ui/lib/constants/index.ts b/ee/tabby-ui/lib/constants/index.ts index cff43faedaa9..242b7bfaea74 100644 --- a/ee/tabby-ui/lib/constants/index.ts +++ b/ee/tabby-ui/lib/constants/index.ts @@ -15,5 +15,3 @@ export * as regex from './regex' export const ERROR_CODE_NOT_FOUND = 'NOT_FOUND' export const NEWLINE_CHARACTER = '\n' - -export const VSCODE_NOTEBOOK_CELL_SCHEME = 'vscode-notebook-cell'