mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-21 03:04:31 +02:00
update python debug check
This commit is contained in:
parent
92f6b59cda
commit
a34b0836c0
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ if not require("lv-utils").check_lsp_client_active "pyright" then
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
if O.plugin.debug.active and O.plugin.dap_install.active then
|
if O.plugin.dap.active then
|
||||||
local dap_install = require "dap-install"
|
local dap_install = require "dap-install"
|
||||||
dap_install.config("python_dbg", {})
|
dap_install.config("python_dbg", {})
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue