Skip to content

Commit 4b509fd

Browse files
committed
Don't set subProcess to false anymore if nil
With the upcoming debugpy and nvim-dap versions, debugging subprocesses will be supported
1 parent d4400d0 commit 4b509fd

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

lua/dap-python.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ local enrich_config = function(config, on_config)
6767
if not config.pythonPath and not config.python then
6868
config.pythonPath = get_python_path()
6969
end
70-
if config.subProcess == nil then
71-
config.subProcess = false
72-
end
7370
on_config(config)
7471
end
7572

0 commit comments

Comments
 (0)