-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add server-side LSP development support * Clean up ProtocolHandler * Replace print with usage of error stream * Fix workflow * Remove logging dependency * Remove ProtocolHandler * Rename to LSPClient/LSPServer * Remove unused task * Send empty result for requests without response All requests need to respond, otherwise it is a notification, not a request * Restore initializer * Fix spelling * Fix copy-paste error * Fix spelling
- Loading branch information
Showing
18 changed files
with
1,178 additions
and
279 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
{ | ||
"object": { | ||
"pins": [ | ||
{ | ||
"package": "JSONRPC", | ||
"repositoryURL": "https://github.com/ChimeHQ/JSONRPC", | ||
"state": { | ||
"branch": null, | ||
"revision": "1ae27fceaec3208f62b3ef23d2d565d4222c3ac6", | ||
"version": "0.8.1" | ||
} | ||
"pins" : [ | ||
{ | ||
"identity" : "jsonrpc", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/ChimeHQ/JSONRPC", | ||
"state" : { | ||
"revision" : "c6ec759d41a76ac88fe7327c41a77d9033943374", | ||
"version" : "0.9.0" | ||
} | ||
] | ||
}, | ||
"version": 1 | ||
} | ||
], | ||
"version" : 2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.