Ilia Choly
Ilia Choly
@sapient-cogbag I'm pretty sure it's actually fixed this time
The RFC states that unrecognised parameters MUST be ignored. This is a bug in the library.
Here's a smaller repro: ``` xml ```
I'm using the following utility type to add an `attributes` property to the generated types. ``` typescript /** * Add an attributes property to all nested object. * See: https://github.com/dderevjanik/wsdl-tsclient/issues/20...
@twpayne `gomajor list` takes an optional `-json` flag.
Would it be possible to export this as a callable function? Or add a way to hook into it? I maintain a [plugin](https://github.com/icholy/lsplinks.nvim) which adds support for LSP document links....
Either one is fine.
@dundargoc FYI vscode is using LSP document links to implement this functionality for markdown files https://github.com/microsoft/vscode/tree/main/extensions/markdown-language-features/server
I don't think a regex can do this, you need a real parser. I can write this if you want.