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 01dc00c commit a5a62b7Copy full SHA for a5a62b7
lua/opencode/quick_chat.lua
@@ -66,7 +66,7 @@ local function cancel_all_quick_chat_sessions()
66
session_info.spinner:stop()
67
end
68
69
- if config.values.debug.quick_chat and not config.values.debug.quick_chat.keep_session then
+ if config.debug.quick_chat and not config.debug.quick_chat.keep_session then
70
state.api_client:delete_session(session_id):catch(function(err)
71
vim.notify('Error deleting quickchat session: ' .. vim.inspect(err), vim.log.levels.WARN)
72
end)
0 commit comments