fix: default contest config

This commit is contained in:
Barrett Ruth 2025-09-26 09:28:23 -04:00
parent b41ed5be13
commit f0fbb15765
2 changed files with 14 additions and 6 deletions

View file

@ -99,7 +99,8 @@ function M.setup_problem(contest_id, problem_id, language)
state.set_contest_id(contest_id)
state.set_problem_id(problem_id)
state.set_run_panel_active(false)
-- TODO: why comment this out
-- state.set_active_panel('run')
vim.schedule(function()
local ok, err = pcall(function()