diff --git a/config/dap.nix b/config/dap.nix index c1edbfc..4cce371 100644 --- a/config/dap.nix +++ b/config/dap.nix @@ -103,6 +103,7 @@ # Add debuggers here dap-python = { enable = true; + adapterPythonPath = "python"; };