about summary refs log tree commit diff
path: root/editors/code
AgeCommit message (Expand)AuthorLines
2020-02-01[VSCode] Fix syntax highlightingbjorn3-1/+3
2020-01-31Improve responsiveness of the cargo check status labelLaurențiu Nicola-8/+14
2020-01-28Provide better diagnostics if the server is not in pathAleksey Kladov-1/+7
2020-01-28:arrow_up: nodeAleksey Kladov-47/+47
2020-01-27vscode-languageclient 6.1.0kjeremy-13/+13
2020-01-20vscode-languageclient 6.0.1Jeremy Kolb-12/+12
2020-01-15Apply the api design suggestionsKirill Bulatov-13/+17
2020-01-15Another attempt to add multiple editsKirill Bulatov-3/+13
2020-01-15Extension iconAleksey Kladov-0/+0
2020-01-15Use types from vscode-langaugeclientEmil Lauridsen-31/+9
2020-01-15Merge #2843bors[bot]-11/+42
2020-01-14Improve readabilitymemoryruins-14/+11
2020-01-14Display vscode message after changing cargo-watch optionsmemoryruins-0/+19
2020-01-14Language Server Protocol 3.15 is now stablekjeremy-16/+16
2020-01-15Add inlay parameter name hints for function callsimtsuki-11/+42
2020-01-13vscode-languageclient 6.0.0-next.10kjeremy-16/+16
2020-01-13Rename VS Code extension to rust-analyzerAleksey Kladov-5/+7
2020-01-11Fix lruCapacity config setting typeMarco Groppo-1/+4
2020-01-06Merge #2714bors[bot]-0/+4
2020-01-01Allow disabling inlay hintsAleksey Kladov-1/+2
2019-12-31Fixes to progress displayAleksey Kladov-17/+12
2019-12-31Sanity check for missing server binaryAleksey Kladov-0/+4
2019-12-31Add semicolonsAleksey Kladov-38/+160
2019-12-31Fix NPEsAleksey Kladov-21/+24
2019-12-31Work around synchrnonisation issueAleksey Kladov-6/+11
2019-12-31Refactor server lifecycleAleksey Kladov-201/+218
2019-12-31Refactor configAleksey Kladov-7/+6
2019-12-31Drop needless pubsAleksey Kladov-14/+14
2019-12-31Move config to CtxAleksey Kladov-7/+5
2019-12-31Refactor status activationAleksey Kladov-45/+38
2019-12-31Fix color nameAleksey Kladov-2/+2
2019-12-31Drop obsolete color configurationsAleksey Kladov-289/+2
2019-12-31Drop support for legacy colorizationAleksey Kladov-255/+164
2019-12-31Rename fileAleksey Kladov-2/+2
2019-12-31Fix #2700Aleksey Kladov-1/+1
2019-12-31Switch impure functional style to pure imperativeAleksey Kladov-95/+67
2019-12-31Reduce scopeAleksey Kladov-8/+10
2019-12-31Use optional value shortcutAleksey Kladov-3/+3
2019-12-31Remove trivial helpersAleksey Kladov-15/+3
2019-12-31Rearrange codeAleksey Kladov-107/+106
2019-12-30Restore internal applySourceChange commandAleksey Kladov-0/+9
2019-12-30Use Ctx in highlighterAleksey Kladov-5/+10
2019-12-30Reformat with tsfmtAleksey Kladov-33/+34
2019-12-30Add tsfmtAleksey Kladov-1/+67
2019-12-30Remove prettierAleksey Kladov-14/+1
2019-12-30Privatize highlightingAleksey Kladov-48/+54
2019-12-30Don't request inline hints repeatedlyAleksey Kladov-10/+26
2019-12-30Retry inlay hints on content modified errorAleksey Kladov-7/+17
2019-12-30Thoughtlessly copy-paste a fix to a problem I don't understandAleksey Kladov-1/+2
2019-12-30Refactor inlay hintsAleksey Kladov-103/+67