Closed duanyuluo closed 1 year ago
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. If you have any new additional information—in particular, if this is still reproducible in the latest version of Electron or in the beta—please include it with your comment!
bump
Hopefully you found this https://github.com/mrcjkb/rustaceanvim
HI, I have a problem of config rust dap. I want to add my configuration for launching and use mason-dap's default adapter config(you known rust adapter config is complex...).
FYI: 1) I leave codelldb in ensure_installed due to mason-dap map the rust filetype to codelldb and config codelldb adapter. 2) I can debug correctly these rust cargo projects without these new configuration. So I think rust-tool and codelldb debug server is OK.
error is: Failed to run
config
for rust-tools.nvim...l/share/nvim/lazy/mason.nvim/lua/mason-registry/init.lua:80: Cannot find package "codelldb".
stacktrace:
lua code are below...