Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: saagarjha/LSP

Tags

0.9.7

Toggle 0.9.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Reply to all requests (sublimelsp#909)

* Reply to all requests

- When there's no request handler, reply with an error with code MethodNotFound
- When there's an exception thrown in the request handler, translate that
  exception to an error response.
- When there's an exception of type Error thrown in the request handler,
  send that error as-is.

Quoting the JSON-RPC 2.0 spec, which LSP is based on:

    When a rpc call is made, the Server MUST reply with a Response,
    except for in the case of Notifications.

0.9.6

Toggle 0.9.6's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update message for 0.9.6

0.9.5

Toggle 0.9.5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update README with our advertised capabilities

0.9.4

Toggle 0.9.4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Rename some methods to something more aligned with which notification…

…s they send out

0.9.3

Toggle 0.9.3's commit message
Add notes for release 0.9.3

0.9.2

Toggle 0.9.2's commit message
Release notes for 0.9.2

0.9.1

Toggle 0.9.1's commit message
Release 0.9.1 notes

0.9.0

Toggle 0.9.0's commit message
Document version 0.9.0

0.8.6

Toggle 0.8.6's commit message
Add notes for 0.8.6

0.8.5

Toggle 0.8.5's commit message
Add notes for 0.8.5 release