-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LSP and DAP communication refactor (#335)
* Restarted lib * Added message adapter * Added handler * Update IJsonRpcMessageAdapter.cs * Added request handling * Completed connection flow * Update JsonRpcConnection.cs * Update OneOf.sbncs * Tweaks * More tweaks * Update IJsonRpcMethodHandler.cs * Update IJsonRpcMethodHandler.cs * No exception but hangs * Fixes * Fixed hanging task * All fixed * Shutdown * Updating RPC connection * Docs * Update JsonRpcConnection.cs * Ported to new code * Debug adapter ported * Factored out proxy * Factored out method handler * Unused usings * Update JsonRpcConnection.cs * Update JsonRpcConnection.cs * Update JsonRpcConnection.cs * Simplification
- Loading branch information
1 parent
3a244c5
commit 616115e
Showing
30 changed files
with
1,232 additions
and
1,444 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
Oops, something went wrong.