config: can't debug tests with build_flags #177
-
Did you check docs and existing issues?
Neovim version (nvim -v)v0.10.1 Operating system/versionMacOS 14.6.1 Output from
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey @oleynikandrey I actually think this might be a bug. I opened #178 and it would be great if you can try that out. You can just add return {
{
"fredrikaverpil/neotest-golang",
branch = "dap-build-flags",
}
} If this doesn't help , I think we need to do some debug logging (details in the README). |
Beta Was this translation helpful? Give feedback.
Hey @oleynikandrey I actually think this might be a bug. I opened #178 and it would be great if you can try that out. You can just add
branch
to your config:If this doesn't help , I think we need to do some debug logging (details in the README).