Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add cwd to dap-python launch configurations
The `cwd` field was missing from the launch configurations in `dap-python.lua`, causing issues when launching files from different directories. This commit adds the `cwd` field to all launch configurations, setting it to the current working directory using `vim.fn.getcwd()`. This ensures that the debugger correctly finds the necessary files and dependencies.
- Loading branch information