bizzyman

Results 2 issues of bizzyman

Hi, Since VScode 1.25's new outline feature (see https://github.com/redhat-developer/vscode-java/issues/586), the LSP spec has been updated (https://microsoft.github.io/language-server-protocol/specification#textDocument_documentSymbol) with new features, the most important one being the `children?` field, which allows for...

Hi, I am trying to make a number of concurrent http post requests from inside emacs. The deferred:parallel function seems perfect for this task however I cannot get it to...