We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b3b39 commit bd144abCopy full SHA for bd144ab
tests/helpers.lua
@@ -15,6 +15,11 @@ function M.replay_setup()
15
config_file.project_promise = empty_promise
16
config_file.providers_promise = empty_promise
17
18
+ ---@diagnostic disable-next-line: duplicate-set-field
19
+ require('opencode.session').project_id = function()
20
+ return nil
21
+ end
22
+
23
state.windows = ui.create_windows()
24
25
-- we don't change any changes on session
0 commit comments