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 1e6d6c9 commit b76ae2aCopy full SHA for b76ae2a
lua/rustaceanvim/config/internal.lua
@@ -210,7 +210,7 @@ local RustaceanDefaultConfig = {
210
--- @type DapExecutableConfig | DapServerConfig | disable
211
local result = false
212
local has_mason, mason_registry = pcall(require, 'mason-registry')
213
- if has_mason and mason_registry.has_package('codelldb') then
+ if has_mason and mason_registry.is_installed('codelldb') then
214
local codelldb_package = mason_registry.get_package('codelldb')
215
local mason_codelldb_path = compat.joinpath(codelldb_package:get_install_path(), 'extension')
216
local codelldb_path = compat.joinpath(mason_codelldb_path, 'adapter', 'codelldb')
0 commit comments