Closed tubzby closed 1 year ago
I have enabled it by adding to CocConfig with:
"go.goplsOptions": {
"codelenses": {
"test": true,
},
"semanticTokens": true,
"staticcheck": true
}
Now "run test" is working, but "debug test" is not working, I have set up delve and vimspector, what might be missing?
That's nothing, that can be fixed in coc-go. Must be something with your configuration
I have setup vimspector, nothing happens after CocActionAsync('codeLensAction'), but go.mod file is working: