mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
fix: add includeVSCodeFileContext to webview-ui components
This commit is contained in:
parent
d68eeb35c7
commit
3bba874a7a
2 changed files with 2 additions and 0 deletions
|
|
@ -202,6 +202,7 @@ export const ExtensionStateContextProvider: React.FC<{ children: React.ReactNode
|
|||
customModes: [],
|
||||
maxOpenTabsContext: 20,
|
||||
maxWorkspaceFiles: 200,
|
||||
includeVSCodeFileContext: true,
|
||||
cwd: "",
|
||||
browserToolEnabled: true,
|
||||
telemetrySetting: "unset",
|
||||
|
|
|
|||
|
|
@ -209,6 +209,7 @@ describe("mergeExtensionState", () => {
|
|||
sharingEnabled: false,
|
||||
profileThresholds: {},
|
||||
hasOpenedModeSelector: false, // Add the new required property
|
||||
includeVSCodeFileContext: true,
|
||||
}
|
||||
|
||||
const prevState: ExtensionState = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue