Skip to content

Commit e854015

Browse files
committed
fixed debug python path
1 parent ebfd653 commit e854015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/kickstart/plugins/debug.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,6 @@ return {
135135
dap.listeners.before.event_terminated['dapui_config'] = dapui.close
136136
dap.listeners.before.event_exited['dapui_config'] = dapui.close
137137

138-
require('dap-python').setup '~/.virtualenvs/debugpy/bin/python3'
138+
require('dap-python').setup 'python3'
139139
end,
140140
}

0 commit comments

Comments
 (0)