mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-02 21:44:37 +02:00
fix(dap): move launchjs code from java to dap
This commit is contained in:
parent
5dc4ce3e4a
commit
f1af34e885
2 changed files with 2 additions and 2 deletions
|
@ -13,6 +13,8 @@ return {
|
|||
},
|
||||
opts = {},
|
||||
config = function(_, opts)
|
||||
-- setup dap config by VsCode launch.json file
|
||||
require("dap.ext.vscode").load_launchjs()
|
||||
local dap = require("dap")
|
||||
local dapui = require("dapui")
|
||||
dapui.setup(opts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue