We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
file_path
When trying to run a test with:
require("neotest").run.run_last({ strategy = "dap" })
I get:
neotest-rust: ...vis/.neovim/bundle/neotest/lua/neotest/lib/file/init.lua:22: attempt to concatenate local 'file_path' (a nil value)
I know this is not much, I do not have rust-tools installed, maybe there is an undocumented dependency.
If it is needed:
dap.adapters.codelldb = { type = 'server', port = '${port}', executable = { -- CHANGE THIS to your path! command = '/home/notme/.local/share/nvim/mason/packages/codelldb/codelldb', args = { '--port', '${port}' }, }, }
Any pointers where to look?
The text was updated successfully, but these errors were encountered:
I’ve never actually used the debug functionality other than testing to verify it worked. @MarkEmmons any ideas?
Sorry, something went wrong.
I have rust-tools installed and am also getting the same error when trying to debug a test. They run just fine, debugging is the only issue.
I'll try to take a look in the next week.
Can you try #68? Not really familiar with the treesitter queries and stuff, but fingers crossed it fixes the issue.
Successfully merging a pull request may close this issue.
When trying to run a test with:
I get:
I know this is not much, I do not have rust-tools installed, maybe there is an undocumented dependency.
If it is needed:
Any pointers where to look?
The text was updated successfully, but these errors were encountered: