about summary refs log tree commit diff
path: root/editors/code/src
AgeCommit message (Expand)AuthorLines
2020-01-15Apply the api design suggestionsKirill Bulatov-13/+17
2020-01-15Another attempt to add multiple editsKirill Bulatov-3/+13
2020-01-15Use types from vscode-langaugeclientEmil Lauridsen-30/+8
2020-01-15Merge #2843bors[bot]-10/+41
2020-01-14Improve readabilitymemoryruins-14/+11
2020-01-14Display vscode message after changing cargo-watch optionsmemoryruins-0/+19
2020-01-15Add inlay parameter name hints for function callsimtsuki-10/+41
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-37/+37
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-1/+1
2019-12-31Drop obsolete color configurationsAleksey Kladov-1/+1
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-94/+66
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-32/+32
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-6/+16
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
2019-12-30Add config to CtxAleksey Kladov-9/+10
2019-12-30Encapsulate highlighting activationAleksey Kladov-35/+24
2019-12-30Encapsulate inlay hints activationAleksey Kladov-38/+39
2019-12-30Dead codeAleksey Kladov-18/+2
2019-12-30status is not a commandAleksey Kladov-13/+13
2019-12-30Hints are not commandsAleksey Kladov-4/+2
2019-12-30Move all commands to ctxAleksey Kladov-22/+26
2019-12-30Minor refactorAleksey Kladov-9/+7
2019-12-30Refactor runablesAleksey Kladov-67/+66
2019-12-30Move expand macro to the new contextAleksey Kladov-75/+53
2019-12-30CleanupAleksey Kladov-11/+11
2019-12-30Cleanup importsAleksey Kladov-8/+12
2019-12-30Refactor show syntax tree actionAleksey Kladov-134/+116