aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/client.ts
Commit message (Expand)AuthorAgeFilesLines
* Create tasks for all workspacesKirill Bulatov2021-05-251-6/+1
* Fix ts lint errorsKirill Bulatov2021-05-231-2/+2
* Send detached files info to server via init paramsKirill Bulatov2021-05-231-2/+13
* Start rust-analyzer server for arbitrary rust filesKirill Bulatov2021-05-231-1/+1
* More robust status notificationsAleksey Kladov2021-04-061-1/+1
* Remove Semantic Tokens flicker workaroundkjeremy2021-02-161-17/+0
* Start LSP 3.17 supportJeremy Kolb2021-02-141-1/+1
* fix errorsSahandevs2021-02-071-1/+1
* handle promise catchesSahandevs2021-02-071-1/+1
* remove unnecessarySahandevs2021-02-071-1/+1
* Add an option for extra env vars in the Code extensionlf-2020-12-301-2/+9
* Use vscode-languageclient 7.0.0-next.14kjeremy2020-11-171-0/+2
* Switch to upstream protocol for resolving code actionAleksey Kladov2020-11-101-9/+12
* Restore semantic token flickering workaround removed in #5697Charles Pierce2020-11-041-0/+17
* Move to vscode-languageclient 7.0.0-next.9kjeremy2020-09-021-12/+3
* Remove 'as any'Jeremy Kolb2020-08-091-1/+1
* Remove workaround for semantic token flickeringJeremy Kolb2020-08-091-7/+1
* ProblemMatcher auto detects relative/absolute paths and matches VSCode LSP's ...James Leitch2020-07-231-0/+1
* Pass CodeActionKind through our middleware to populate menusJeremy Kolb2020-07-021-2/+4
* Implement StatusBarAleksey Kladov2020-07-021-0/+1
* Remove hover contents marking as trusted.vsrs2020-06-051-15/+2
* Add hover actions LSP extension documentation.vsrs2020-06-051-1/+1
* Add hover actions as LSP extensionvsrs2020-06-051-0/+45
* Fix review commentsMikhail Rakhmanov2020-06-031-2/+0
* Preliminary implementation of lazy CodeAssitsMikhail Rakhmanov2020-06-021-36/+40
* CodeAction groupsAleksey Kladov2020-05-221-4/+37
* Implement client-side of SnippetTextEditAleksey Kladov2020-05-191-2/+46
* Add snippetTextEdit protocol extensionAleksey Kladov2020-05-191-4/+15
* Merge #4145bors[bot]2020-04-251-29/+0
|\
| * Remove dead codeAleksey Kladov2020-04-251-29/+0
* | Remove unnecessary async from vscode language client creationveetaha2020-04-251-1/+1
|/
* Enable the SemanticTokensFeature by defaultkjeremy2020-04-081-10/+6
* Lean onto default implementation of configsAleksey Kladov2020-04-021-25/+1
* Remove old syntax highlightingAleksey Kladov2020-04-021-1/+0
* Pass string instread of WorkspaceFolderTim2020-03-311-2/+2
* Throw error if no folder is openedTim2020-03-311-2/+2
* Add basic task supportTim2020-03-301-3/+2
* Code review fixesKirill Bulatov2020-03-301-1/+1
* Style fixesKirill Bulatov2020-03-301-2/+2
* Send the config from the clientKirill Bulatov2020-03-301-23/+26
* Extension types and renderingMatt Hooper2020-03-241-0/+1
* Don't try to enable proposed API's on stableAleksey Kladov2020-03-241-2/+4
* Remove unused config from VSCode extEmil Lauridsen2020-03-171-1/+0
* Merge #3561 #3577bors[bot]2020-03-131-0/+1
|\
| * fixup! feat: add debug code lensHannes De Valkeneer2020-03-121-0/+1
* | Simpler deserializationAleksey Kladov2020-03-121-1/+6
* | Merge #3543bors[bot]2020-03-121-1/+1
|\ \ | |/ |/|
| * Switch from Vec<InlayKind> to object with propsSteffen Lyngbaek2020-03-121-1/+1
| * Parameter inlay hint separate from variable type inlay? #2876Steffen Lyngbaek2020-03-101-1/+1
* | Add additional_outdirs in configEdwin Cheng2020-03-101-0/+1
|/