Skip to content

Commit b008833

Browse files
committed
fix(dap): remove explicit load_launchjs call
The explicit call to `load_launchjs` is unnecessary, since after mfussenegger/nvim-dap#1237 `.vscode/launch.json` files are loaded automatically. Signed-off-by: wrightbradley <[email protected]>
1 parent d3f2378 commit b008833

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lua/wrightbradley/plugins/dap/init.lua

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,6 @@ return {
108108
return vim.json.decode(json.json_strip_comments(str))
109109
end
110110

111-
-- Extends dap.configurations with entries read from .vscode/launch.json
112-
if vim.fn.filereadable(".vscode/launch.json") then
113-
vscode.load_launchjs()
114-
end
115111
end,
116112
},
117113

0 commit comments

Comments
 (0)