-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decouple request and listener logic (#1247)
* Remove redundant run_expectations template * Decouple CodeLens' request and listener logic * Decouple Hover's request and listener logic * Decouple Definition's request and listener logic * Decouple DocumentSymbol's request and listener logic * Decouple Completion's request and listener logic * Decouple SemanticHighlight's request and listener logic * Decouple FoldingRange's request and listener logic * Decouple InlayHints' request and listener logic * Decouple SignatureHelp's request and listener logic * Decouple DocumentHighlight's request and listener logic * Decouple DocumentLink's request and listener logic * Decouple Listener from Request
- Loading branch information
Showing
35 changed files
with
2,931 additions
and
2,674 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
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.