Skip to content

Commit bbc87d7

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 9c670b4 commit bbc87d7

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

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)