Skip to content

Commit 24a772c

Browse files
committed
test(replay): set debug
1 parent 18374c1 commit 24a772c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/manual/renderer_replay.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ local state = require('opencode.state')
22
local renderer = require('opencode.ui.renderer')
33
local helpers = require('tests.helpers')
44
local output_window = require('opencode.ui.output_window')
5+
local config = require('opencode.config')
56

67
local M = {}
78

@@ -279,6 +280,8 @@ end
279280
function M.start(opts)
280281
opts = opts or {}
281282

283+
config.debug.enabled = true
284+
282285
local buf = vim.api.nvim_get_current_buf()
283286
local name = vim.api.nvim_buf_get_name(buf)
284287
local line_count = vim.api.nvim_buf_line_count(buf)

0 commit comments

Comments
 (0)