Skip to content
Discussion options

You must be logged in to vote

Hey 👋

I won't be able to reproduce this with the minimal config you posted, because the error message is coming from the mason.nvim plugin and the minimal config you posted doesn't include mason.nvim.

This is likely a mason.nvim bug.

rustaceanvim checks:

local has_mason, mason_registry = pcall(require, 'mason-registry')
if has_mason and mason_registry.is_installed('codelldb') then
local codelldb_package = mason_registry.get_package('codelldb')

mason.nvim's is_installed is reporting that codelldb is installed, but then get_package throws a Cannot find package "codelldb" error.
I sugges…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@madelaney
Comment options

@madelaney
Comment options

@mrcjkb
Comment options

@mrcjkb
Comment options

Answer selected by madelaney
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants