We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f6476 commit 8bc68e1Copy full SHA for 8bc68e1
1 file changed
lua/python/dap/init.lua
@@ -112,6 +112,7 @@ function PythonDap.python_dap_run()
112
PythonDap.prepare_debugpy(function(venv)
113
vim.schedule(function()
114
local dap_python = require("dap-python")
115
+ local dap = require("dap")
116
dap_python.setup(vim.fs.joinpath(venv.path, "bin", "python3"), {})
117
local python_state = state.State()
118
local cwd = vim.fn.getcwd()
0 commit comments