|
@@ -62,8 +62,11 @@ M.lsp = function()
|
|
end
|
|
end
|
|
|
|
|
|
M.dap = function()
|
|
M.dap = function()
|
|
- -- TODO: implement dap
|
|
|
|
- return "No DAP configured!"
|
|
|
|
|
|
+ -- gem install readapt ruby-debug-ide
|
|
|
|
+ if O.plugin.dap.active then
|
|
|
|
+ local dap_install = require "dap-install"
|
|
|
|
+ dap_install.config("ruby_vsc_dbg", {})
|
|
|
|
+ end
|
|
end
|
|
end
|
|
|
|
|
|
return M
|
|
return M
|