I am using coc-sonarlint plugin in vim. Everything worked well until recently, when I started getting the following error in the server logs (verbose already enabled)
ERROR [core-workspaceFolder] - Invalid folder: undefined, full path required.
This is reported by the C++ analyzer only. I have set
The error is reported by the sonar server, not the plugin itself – unless I missed sth?
The bug could still lie in the plugin itself. Even in this case, it would still be useful to know more about the error, so as to find a workaround and report a solid issue to the plugin’s page.
Oh in fact I mistook the error message as being reported by sonar server, however, it is reported by the plugin itself, just figured it out So false alarm here!