From 12f4cc739eadab80bcfa9e2700e4b3da40eef3b3 Mon Sep 17 00:00:00 2001 From: Daniel Riccio Date: Wed, 15 Jan 2025 11:59:48 -0500 Subject: [PATCH] fix: correct syntax in GlobalStateKey type definition by removing trailing comma --- src/core/webview/ClineProvider.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/webview/ClineProvider.ts b/src/core/webview/ClineProvider.ts index 4394c2b..68b8d29 100644 --- a/src/core/webview/ClineProvider.ts +++ b/src/core/webview/ClineProvider.ts @@ -96,7 +96,7 @@ type GlobalStateKey = | "mode" | "modeApiConfigs" | "customPrompts" - | "enhancementApiConfigId", + | "enhancementApiConfigId" | "experimentalDiffStrategy" export const GlobalFileNames = {