Replies: 1 comment
-
I think this is related to #1645 but I'm not sure yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Every few times that I open NeoVim, I get the error message:
...l/share/nvim/lazy/mason.nvim/lua/mason-registry/init.lua:32: Cannot find package "codelldb".
while I try to loadneotest
;codelldb
is installed (via mason).We were able to reproduce this down to a few lines:
It's really the call to
get_package
that throws the error even thoughis_installed
returns true that it is installed.Beta Was this translation helpful? Give feedback.
All reactions