Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes CompatibleCodeActions to recognize codeActionKinds the type switch would not trigger the case protocol.CodeActionOptions when using the latest gopls version. this quickfix uses a map[string]interface{} to get around that but it probably should be fixed in the protocol package. gopls version golang.org/x/tools/gopls v0.14.0 golang.org/x/tools/gopls@v0.14.0 h1:SaFctK7aL3S21p7r/K4+XU+mEyjobk7rIe9B+KiER5s= go version go1.21.3 linux/amd64
- Loading branch information