aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/lsp_ext.ts
Commit message (Expand)AuthorAgeFilesLines
* Fix some typosKirill Bulatov2020-08-281-1/+1
* Fix StatusNotificationvsrs2020-08-171-1/+4
* SSR: Restrict to current selection if anyDavid Lattimore2020-07-291-0/+1
* SSR: Pass current file position through to SSR code.David Lattimore2020-07-241-0/+2
* 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
|\
| * 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
* Document `parentModule` experimental LSP requestAleksey Kladov2020-05-251-1/+1
* Cleanup lsp extensions on the client sideAleksey Kladov2020-05-251-0/+84