[RFC] Implement ShowTextDocumentRequest#490
[RFC] Implement ShowTextDocumentRequest#490darkbasic wants to merge 9 commits intomicrosoft:masterfrom
Conversation
|
@darkbasic I would like to ask you to provide this as a protocol extension like described in https://github.com/microsoft/language-server-protocol/blob/master/contributing.md. This has the advantage that we have separate files which eases the code review. We could then even have it in a next version of the LSP libraries. You could take |
|
@dbaeumer thanks, it's under its own standalone proposal now. |
rcjsuen
left a comment
There was a problem hiding this comment.
@darkbasic I still don't understand what a server is supposed to do if the client fails to open the editor. Could you please explain what the use case is here?
|
Client capabilities are now declared. |
|
@darkbasic I re-implemented this since a lot has changed since the creation of the PR. I will still mention you in the N&N since you are the original creator of the code. |
See microsoft/language-server-protocol#612