Explorar o código

update python debug check

christianchiarulli %!s(int64=4) %!d(string=hai) anos
pai
achega
a34b0836c0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ftplugin/python.lua

+ 1 - 1
ftplugin/python.lua

@@ -63,7 +63,7 @@ if not require("lv-utils").check_lsp_client_active "pyright" then
   }
 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"
   dap_install.config("python_dbg", {})
 end