File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -232,4 +232,4 @@ export const fffLayer = Layer.effect(
232232 } ) ,
233233)
234234
235- export const defaultLayer = Layer . unwrap ( Effect . sync ( ( ) => ( Flag . OPENCODE_ENABLE_FFF ? fffLayer : ripgrepLayer ) ) )
235+ export const defaultLayer = Layer . unwrap ( Effect . sync ( ( ) => ( Flag . OPENCODE_DISABLE_FFF ? ripgrepLayer : fffLayer ) ) )
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export const Flag = {
3030 OPENCODE_FAKE_VCS : process . env [ "OPENCODE_FAKE_VCS" ] ,
3131 OPENCODE_SERVER_PASSWORD : process . env [ "OPENCODE_SERVER_PASSWORD" ] ,
3232 OPENCODE_SERVER_USERNAME : process . env [ "OPENCODE_SERVER_USERNAME" ] ,
33- OPENCODE_ENABLE_FFF : process . env [ "OPENCODE_ENABLE_FFF" ] ,
33+ OPENCODE_DISABLE_FFF : truthy ( "OPENCODE_DISABLE_FFF" ) ,
3434
3535 // Experimental
3636 OPENCODE_EXPERIMENTAL_FILEWATCHER : Config . boolean ( "OPENCODE_EXPERIMENTAL_FILEWATCHER" ) . pipe (
You can’t perform that action at this time.
0 commit comments