Howard Nguyen-Huu
Howard Nguyen-Huu
You mention that you are using Python 3.10.12 but the logs say you are using Python 3.7? Could this be an issue with your python install?
Hi @cristids , is there possibly a `.vscode/launch.json` file in the codebase that you're debugging? If so, then it could be that you configured it to `"type": "python"`, and it...
could you try adding `programs.nvf.settings.vim.languages.enableDAP = true;`?
I found the regression, see [this PR](https://github.com/NotAShelf/nvf/pull/851) if you could test it by changing your flake to: `nvf.url = "github:howird/nvf";` that would be appreciated. I've tested on my own machine...
No prob, thanks for testing it. If you use dap-ui (`vim.debugger.nvim-dap.ui.enable = true;`) it should start automatically when you connect by default, you can turn it off with `vim.debugger.nvim-dap.ui.autoStart`. Yea...
FYI the PR was merged to main so you can swap back to this repo in your flake and close the issue.