Leonardo Luz Almeida
Leonardo Luz Almeida
I fixed my installation by doing a clean install. It was clashing with some old configs from previous versions: https://www.suse.com/c/rancher_blog/clean-install-rancher-desktop/
> Prior art (not sure I agree with this but it at least gives us a common base to discuss) https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/#flags-and-argument-handling @blakepettersson @christianh814 I discussed with Nitish yesterday about it...
Not sure but it seems that something is wrong with your test. I created the same folder structure than you and validated that the following test works fine: ```golang package...
It is probably caused by the signature of your `TestSomething()` function. Try to declare it as `TestSomething(t *testing.T)` instead.
It could be something related with the treesitter queries used to identify tests and sub-tests. It needs investigation in that part of the code: https://github.com/leoluz/nvim-dap-go/blob/6aa88167ea1224bcef578e8c7160fe8afbb44848/lua/dap-go-ts.lua#L3-L25
@timsofteng can you take a look at this issue? https://github.com/leoluz/nvim-dap-go/issues/98 Can you confirm if this is the issue you are having?
@jsternberg Tks for your PR. I'll try to find time to review it in the coming days.
@jsternberg I am concluding a review in another PR (https://github.com/leoluz/nvim-dap-go/pull/78) that will probably cause some conflicts with the code implemented in this one. I'll let you know when that gets...
@jsternberg https://github.com/leoluz/nvim-dap-go/pull/78 is merged. Can you please rebase?
@yann-soubeyrand This is the main issue created to introduce this feature: https://github.com/argoproj/argo-cd/issues/9890