SwiftLSPClient
SwiftLSPClient copied to clipboard
Type of `CompletionItem.documentation` doesn't match LSP spec
The LPS spec has type string | MarkupContent for CompletionItem.documentation, but this package has type AnyCodable?. If this is not indented, I can send a pull request.
Thanks
Hello!
This was not intended. Because of the huge number of types required to support the spec, I've cut corners in many areas. This is one. I would be happy to accept a PR that corrects this!
Thanks! I'll send a pull request