aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/client.ts
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Fix lintAleksey Kladov2020-02-271-1/+1
* Fix flickering with new syntax highlightingAleksey Kladov2020-02-271-1/+9
* Config to switch to semantic tokensAleksey Kladov2020-02-261-2/+5
* Enable SemanticTokens on the clientJeremy Kolb2020-02-261-0/+3
* Push IO and error handling upAleksey Kladov2020-02-171-5/+1
* Add arguments to rustfmtIlya Titkov2020-02-171-0/+1
* vscode: add version and storage parameters to github binary sourceVeetaha2020-02-161-1/+1
* vscode: renamed langServer to serverVeetaha2020-02-141-4/+4
* vscode: renmed ArtifactMetadata -> ArtifactReleaseInfo, languageServer -> lan...Veetaha2020-02-141-2/+2
* Merge #3131bors[bot]2020-02-141-10/+12
|\
| * vscode: moved to getters as per matkladVeetaha2020-02-141-9/+9
| * vscode: redesigned config with simplicity and Dart extension config implement...Veetaha2020-02-131-17/+19
* | Do not register all proposed featureskjeremy2020-02-141-1/+6
|/
* vscode: refactor platform artifact name query to switch statement, move Binar...Veetaha2020-02-081-1/+1