LSP: Opening non-file document URIs is not supported

I tried out the new version of gopls, v0.16.0, which has new code actions that open things in your web browser. Unfortunately, this does not work with Nova. The log message shown is

client.showDocument: %v: requestError("Opening non-file document URIs is not supported.")

I assume that is a limitation in Nova, and not in the Go-Bee extension.

Thank you for the request! We will consider support for this. Up until now, I don’t believe we’d personally seen an LSP take advantage of non-file URLs in practice so nothing was in place.