Bug
mcphub crashes on startup when used with codecompanion v19 release. The error occurs
inside the vim.schedule callback registered by variables.lua.
Error
Error executing vim.schedule lua callback: .../mcphub/extensions/codecompanion/variables.lua:20:
bad argument #1 to 'pairs' (table expected, got nil)
stack traceback:
[C]: in function 'pairs'
.../mcphub/extensions/codecompanion/variables.lua:20: in function 'register'
.../mcphub/extensions/codecompanion/variables.lua:92: in function 'fn'
vim/_editor.lua:366: in function <vim/_editor.lua:365>
Environment
- mcphub.nvim:
7cd5db3
- codecompanion.nvim: v19 (
e203cc6 / 19.0.0)
Bug
mcphub crashes on startup when used with codecompanion v19 release. The error occurs
inside the
vim.schedulecallback registered byvariables.lua.Error
Environment
7cd5db3e203cc6/19.0.0)