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 f4a4922 commit 5d993d3Copy full SHA for 5d993d3
lua/rustaceanvim/config/internal.lua
@@ -65,7 +65,6 @@ local function load_dap_configuration(type)
65
-- It is necessary to check for changes in the `dap.configurations` table, as
66
-- `load_launchjs` does not return anything, it loads directly into `dap.configurations`.
67
local pre_launch = vim.deepcopy(dap.configurations) or {}
68
- require('dap.ext.vscode').load_launchjs(nil, { lldb = { 'rust' }, codelldb = { 'rust' } })
69
for name, configuration_entries in pairs(dap.configurations) do
70
if pre_launch[name] == nil or not vim.deep_equal(pre_launch[name], configuration_entries) then
71
-- `configurations` are tables of `configuration` entries
0 commit comments