Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 4a95547

Browse files
committed
fix: remove undefined terminalCompressProgressBar property
- Remove terminalCompressProgressBar from SettingsView.tsx destructuring - Remove terminalCompressProgressBar from test mock objects - Property was never defined in GlobalSettings or ExtensionState types
1 parent b1b3a27 commit 4a95547

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

webview-ui/src/components/settings/SettingsView.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ const SettingsView = forwardRef<SettingsViewRef, SettingsViewProps>(({ onDone, t
194194
remoteBrowserEnabled,
195195
maxImageFileSize,
196196
maxTotalImageSize,
197-
terminalCompressProgressBar,
198197
customSupportPrompts,
199198
profileThresholds,
200199
alwaysAllowFollowupQuestions,

webview-ui/src/components/settings/__tests__/SettingsView.change-detection.spec.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ describe("SettingsView - Change Detection Fix", () => {
193193
maxReadFileLine: -1,
194194
maxImageFileSize: 5,
195195
maxTotalImageSize: 20,
196-
terminalCompressProgressBar: false,
197196
customCondensingPrompt: "",
198197
customSupportPrompts: {},
199198
profileThresholds: {},

webview-ui/src/components/settings/__tests__/SettingsView.unsaved-changes.spec.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ describe("SettingsView - Unsaved Changes Detection", () => {
198198
maxReadFileLine: -1,
199199
maxImageFileSize: 5,
200200
maxTotalImageSize: 20,
201-
terminalCompressProgressBar: false,
202201
customCondensingPrompt: "",
203202
customSupportPrompts: {},
204203
profileThresholds: {},

0 commit comments

Comments
 (0)