Skip to content

Commit bfb9e16

Browse files
committed
fix(remnants): rem old implementation remnants again
1 parent d07729c commit bfb9e16

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changeset/green-rings-notice.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"roo-cline": patch
3+
---
4+
5+
Adds file based editing as experimental feature.

src/shared/ExtensionMessage.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ export type ExtensionState = Pick<
241241
| "terminalCompressProgressBar"
242242
| "diagnosticsEnabled"
243243
| "diffEnabled"
244-
| "fileBasedEditing"
245244
| "fuzzyMatchThreshold"
246245
// | "experiments" // Optional in GlobalSettings, required here.
247246
| "language"

src/shared/WebviewMessage.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ export interface WebviewMessage {
9494
| "ttsSpeed"
9595
| "soundVolume"
9696
| "diffEnabled"
97-
| "fileBasedEditing"
9897
| "enableCheckpoints"
9998
| "browserViewportSize"
10099
| "screenshotQuality"

0 commit comments

Comments
 (0)