about summary refs log tree commit diff
path: root/editors/code/src/client.ts
AgeCommit message (Expand)AuthorLines
2021-05-23Fix ts lint errorsKirill Bulatov-2/+2
2021-05-23Send detached files info to server via init paramsKirill Bulatov-2/+13
2021-05-23Start rust-analyzer server for arbitrary rust filesKirill Bulatov-1/+1
2021-04-06More robust status notificationsAleksey Kladov-1/+1
2021-02-16Remove Semantic Tokens flicker workaroundkjeremy-17/+0
2021-02-14Start LSP 3.17 supportJeremy Kolb-1/+1
2021-02-07fix errorsSahandevs-1/+1
2021-02-07handle promise catchesSahandevs-1/+1
2021-02-07remove unnecessarySahandevs-1/+1
2020-12-30Add an option for extra env vars in the Code extensionlf--2/+9
2020-11-17Use vscode-languageclient 7.0.0-next.14kjeremy-0/+2
2020-11-10Switch to upstream protocol for resolving code actionAleksey Kladov-9/+12
2020-11-04Restore semantic token flickering workaround removed in #5697Charles Pierce-0/+17
2020-09-02Move to vscode-languageclient 7.0.0-next.9kjeremy-12/+3
2020-08-09Remove 'as any'Jeremy Kolb-1/+1
2020-08-09Remove workaround for semantic token flickeringJeremy Kolb-7/+1
2020-07-22ProblemMatcher auto detects relative/absolute paths and matches VSCode LSP's ...James Leitch-0/+1
2020-07-02Pass CodeActionKind through our middleware to populate menusJeremy Kolb-2/+4
2020-07-02Implement StatusBarAleksey Kladov-0/+1
2020-06-05Remove hover contents marking as trusted.vsrs-15/+2
2020-06-05Add hover actions LSP extension documentation.vsrs-1/+1
2020-06-05Add hover actions as LSP extensionvsrs-0/+45
2020-06-03Fix review commentsMikhail Rakhmanov-2/+0
2020-06-02Preliminary implementation of lazy CodeAssitsMikhail Rakhmanov-36/+40
2020-05-22CodeAction groupsAleksey Kladov-4/+37
2020-05-19Implement client-side of SnippetTextEditAleksey Kladov-2/+46
2020-05-19Add snippetTextEdit protocol extensionAleksey Kladov-4/+15
2020-04-25Merge #4145bors[bot]-29/+0
2020-04-25Remove dead codeAleksey Kladov-29/+0
2020-04-25Remove unnecessary async from vscode language client creationveetaha-1/+1
2020-04-08Enable the SemanticTokensFeature by defaultkjeremy-10/+6
2020-04-02Lean onto default implementation of configsAleksey Kladov-25/+1
2020-04-02Remove old syntax highlightingAleksey Kladov-1/+0
2020-03-31Pass string instread of WorkspaceFolderTim-2/+2
2020-03-31Throw error if no folder is openedTim-2/+2
2020-03-30Add basic task supportTim-3/+2
2020-03-30Code review fixesKirill Bulatov-1/+1
2020-03-30Style fixesKirill Bulatov-2/+2
2020-03-30Send the config from the clientKirill Bulatov-23/+26
2020-03-24Extension types and renderingMatt Hooper-0/+1
2020-03-24Don't try to enable proposed API's on stableAleksey Kladov-2/+4
2020-03-17Remove unused config from VSCode extEmil Lauridsen-1/+0
2020-03-13Merge #3561 #3577bors[bot]-0/+1
2020-03-12fixup! feat: add debug code lensHannes De Valkeneer-0/+1
2020-03-12Simpler deserializationAleksey Kladov-1/+6
2020-03-12Merge #3543bors[bot]-1/+1
2020-03-11Switch from Vec<InlayKind> to object with propsSteffen Lyngbaek-1/+1
2020-03-10Parameter inlay hint separate from variable type inlay? #2876Steffen Lyngbaek-1/+1
2020-03-11Add additional_outdirs in configEdwin Cheng-0/+1
2020-02-27Fix lintAleksey Kladov-1/+1