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

Commit 4fe4c92

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 d39b0c2 commit 4fe4c92

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
@@ -197,7 +197,6 @@ const SettingsView = forwardRef<SettingsViewRef, SettingsViewProps>(({ onDone, t
197197
remoteBrowserEnabled,
198198
maxImageFileSize,
199199
maxTotalImageSize,
200-
terminalCompressProgressBar,
201200
customSupportPrompts,
202201
profileThresholds,
203202
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
@@ -218,7 +218,6 @@ describe("SettingsView - Change Detection Fix", () => {
218218
maxReadFileLine: -1,
219219
maxImageFileSize: 5,
220220
maxTotalImageSize: 20,
221-
terminalCompressProgressBar: false,
222221
customCondensingPrompt: "",
223222
customSupportPrompts: {},
224223
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
@@ -223,7 +223,6 @@ describe("SettingsView - Unsaved Changes Detection", () => {
223223
maxReadFileLine: -1,
224224
maxImageFileSize: 5,
225225
maxTotalImageSize: 20,
226-
terminalCompressProgressBar: false,
227226
customCondensingPrompt: "",
228227
customSupportPrompts: {},
229228
profileThresholds: {},

0 commit comments

Comments
 (0)