We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sourceLanguages
codelldb
1 parent c7cc0e0 commit 83ebcd7Copy full SHA for 83ebcd7
lua/rustaceanvim/config/internal.lua
@@ -54,6 +54,7 @@ local function load_dap_configuration(type)
54
type = type,
55
request = 'launch',
56
stopOnEntry = false,
57
+ sourceLanguages = type == 'codelldb' and { 'rust' },
58
}
59
if type == 'lldb' then
60
---@diagnostic disable-next-line: inject-field
0 commit comments