Skip to content

Commit 5d993d3

Browse files
Marc Jakobimrcjkb
authored andcommitted
fix(dap): remove deprecated function call
1 parent f4a4922 commit 5d993d3

File tree

2 files changed

+0
-35
lines changed

2 files changed

+0
-35
lines changed

Lines changed: 0 additions & 34 deletions
This file was deleted.

lua/rustaceanvim/config/internal.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ local function load_dap_configuration(type)
6565
-- It is necessary to check for changes in the `dap.configurations` table, as
6666
-- `load_launchjs` does not return anything, it loads directly into `dap.configurations`.
6767
local pre_launch = vim.deepcopy(dap.configurations) or {}
68-
require('dap.ext.vscode').load_launchjs(nil, { lldb = { 'rust' }, codelldb = { 'rust' } })
6968
for name, configuration_entries in pairs(dap.configurations) do
7069
if pre_launch[name] == nil or not vim.deep_equal(pre_launch[name], configuration_entries) then
7170
-- `configurations` are tables of `configuration` entries

0 commit comments

Comments
 (0)