Skip to content

Commit 161eb33

Browse files
committed
revert this
1 parent 22154fa commit 161eb33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webview-ui/src/context/__tests__/ExtensionStateContext.spec.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ describe("mergeExtensionState", () => {
222222
powerSteering: true,
223223
marketplace: false,
224224
disableCompletionCommand: false,
225+
concurrentFileReads: true,
225226
multiFileApplyDiff: true,
226227
} as Record<ExperimentId, boolean>,
227228
}
@@ -237,6 +238,7 @@ describe("mergeExtensionState", () => {
237238
powerSteering: true,
238239
marketplace: false,
239240
disableCompletionCommand: false,
241+
concurrentFileReads: true,
240242
multiFileApplyDiff: true,
241243
})
242244
})

0 commit comments

Comments
 (0)