aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src
Commit message (Expand)AuthorAgeFilesLines
* Move cursor position when using item moversJonas Schievink2021-04-132-23/+5
* Sacrifice for the semicolon godAleksey Kladov2021-04-062-5/+5
* More robust status notificationsAleksey Kladov2021-04-063-34/+24
* Use `const` instead of `let`Jonas Schievink2021-03-271-1/+1
* Fix handling of multi-cursor snippetsJonas Schievink2021-03-271-5/+5
* Improve cursor positioning after movingivan7702021-03-181-1/+14
* Fix tsfmt and eslint warningsivan7702021-03-182-4/+4
* Remove movable array, improve client codeivan7702021-03-182-2/+6
* Item up and down moversivan7702021-03-183-0/+43
* Support multiple parents in parentModule in vscode-clientLukas Wirth2021-03-151-9/+15
* Merge #7799bors[bot]2021-03-133-9/+50
|\
| * Apply review suggestionsvsrs2021-03-111-4/+1
| * Remove erroneous commentvsrs2021-02-271-1/+1
| * Add progress reportingvsrs2021-02-271-16/+17
| * Add LSP request and VSCode commandvsrs2021-02-273-9/+52
* | Improve version displayLaurențiu Nicola2021-03-121-3/+2
* | Make extension respect http proxy settingsKam Y. Tse2021-03-073-5/+34
|/
* Try to detect musl distros in the Code extensionLaurențiu Nicola2021-02-201-2/+12
* Remove Semantic Tokens flicker workaroundkjeremy2021-02-161-17/+0
* Start LSP 3.17 supportJeremy Kolb2021-02-141-1/+1
* fix: tolerate spaces in nix binary patchingYaroslav Bolyukin2021-02-131-3/+3
* Merge #7625bors[bot]2021-02-103-8/+26
|\
| * Add **Copy Run Command Line** command for vscodeAleksey Kladov2021-02-103-8/+26
* | use await insteadSahandevs2021-02-094-31/+21
* | fix errorsSahandevs2021-02-074-6/+11
* | formatSahandevs2021-02-074-12/+12
* | handle Thenable type rejectsSahandevs2021-02-074-12/+23
* | handle promise catchesSahandevs2021-02-073-3/+3
* | remove unnecessarySahandevs2021-02-074-6/+6
|/
* Fix resolveCodeAction trying to edit files before creating themLukas Wirth2021-02-051-3/+3
* Update vscode for new statusEdwin Cheng2021-01-282-1/+7
* Simplify file download codeLaurențiu Nicola2021-01-252-10/+1
* Merge #7409 #7421bors[bot]2021-01-251-0/+1
|\
| * Add References code lens.vsrs2021-01-231-0/+1
* | Code: reduce progress notification spamLaurențiu Nicola2021-01-251-7/+9
|/
* Download aarch64-unknown-linux-gnu from GitHubLaurențiu Nicola2021-01-171-0/+1
* Fix server path comparisonLaurențiu Nicola2021-01-141-1/+1
* Don't update the server if managed by the userLaurențiu Nicola2021-01-071-1/+6
* Rename extension configAleksey Kladov2021-01-041-1/+3
* Allow download of aarch64-pc-windows-msvc binariesLaurențiu Nicola2021-01-041-10/+9
* Merge #7068bors[bot]2021-01-033-0/+57
|\
| * Remove some unnecessary code copied from the Syntax Tree commandPhil Ellison2021-01-011-17/+3
| * Initial implementation of view-hir commandPhil Ellison2020-12-283-0/+71
* | Add an option for extra env vars in the Code extensionlf-2020-12-303-3/+13
* | Apply text edits manually in vscode clientLukas Wirth2020-12-291-2/+8
|/
* Merge #7001bors[bot]2020-12-221-6/+8
|\
| * Add support for downloading aarch64-apple-darwin binaries, change naming conv...Laurențiu Nicola2020-12-221-6/+8
* | Fix grammar nitP. Horban2020-12-221-1/+1
* | Extension conflict check detests more combinationsPrzemyslaw Horban2020-12-221-5/+15
|/
* Merge #6746bors[bot]2020-12-221-1/+1
|\