aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/lsp_ext.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add a command to compute memory usage statisticsJonas Schievink2020-07-071-0/+1
|
* Implement StatusBarAleksey Kladov2020-07-021-0/+3
|
* Add reload workspace commandAleksey Kladov2020-07-011-1/+1
|
* Add light-weight snapshot testing library with editor integrationAleksey Kladov2020-06-271-0/+1
|
* Add hover actions as LSP extensionvsrs2020-06-051-0/+12
|
* Fix review commentsMikhail Rakhmanov2020-06-031-1/+0
|
* Merge remote-tracking branch 'upstream/master' into compute-lazy-assitsMikhail Rakhmanov2020-06-021-9/+8
|\ | | | | | | | | # Conflicts: # crates/rust-analyzer/src/to_proto.rs
| * Spec better runnablesAleksey Kladov2020-06-021-1/+1
| |
| * New runnables APIAleksey Kladov2020-06-021-8/+7
| |
* | Preliminary implementation of lazy CodeAssitsMikhail Rakhmanov2020-06-021-0/+7
|/
* Change Runnable.bin -> Runnable.kindveetaha2020-05-311-1/+4
| | | | | | As per matklad, we now pass the responsibility for finding the binary to the frontend. Also, added caching for finding the binary path to reduce the amount of filesystem interactions.
* Document `parentModule` experimental LSP requestAleksey Kladov2020-05-251-1/+1
|
* Cleanup lsp extensions on the client sideAleksey Kladov2020-05-251-0/+84