about summary refs log tree commit diff
path: root/editors/code/src
AgeCommit message (Expand)AuthorLines
2021-05-21Add a "Debug ItemTree" LSP requestJonas Schievink-0/+57
2021-05-11Allow viewing the crate graph in a webviewJonas Schievink-0/+11
2021-04-27Merge #8624bors[bot]-6/+57
2021-04-26Fix how and when old inlay hint decorations are disposedJorge Mederos Alvarado-16/+33
2021-04-26Add option to opt out from smaller inlay hints font sizeJorge Mederos Alvarado-6/+30
2021-04-22Use explicit rustc commit-hashvsrs-3/+15
2021-04-22Add special `auto` value for `debug.sourceFileMap`vsrs-25/+35
2021-04-22Autodetect rust library source file mapvsrs-2/+31
2021-04-14Move cursor position when using item moversJonas Schievink-23/+5
2021-04-06Sacrifice for the semicolon godAleksey Kladov-5/+5
2021-04-06More robust status notificationsAleksey Kladov-34/+24
2021-03-27Use `const` instead of `let`Jonas Schievink-1/+1
2021-03-27Fix handling of multi-cursor snippetsJonas Schievink-5/+5
2021-03-18Improve cursor positioning after movingivan770-1/+14
2021-03-18Fix tsfmt and eslint warningsivan770-4/+4
2021-03-18Remove movable array, improve client codeivan770-2/+6
2021-03-18Item up and down moversivan770-0/+43
2021-03-15Support multiple parents in parentModule in vscode-clientLukas Wirth-9/+15
2021-03-13Merge #7799bors[bot]-9/+50
2021-03-12Improve version displayLaurențiu Nicola-3/+2
2021-03-11Apply review suggestionsvsrs-4/+1
2021-03-07Make extension respect http proxy settingsKam Y. Tse-5/+34
2021-02-27Remove erroneous commentvsrs-1/+1
2021-02-27Add progress reportingvsrs-16/+17
2021-02-27Add LSP request and VSCode commandvsrs-9/+52
2021-02-20Try to detect musl distros in the Code extensionLaurențiu Nicola-2/+12
2021-02-16Remove Semantic Tokens flicker workaroundkjeremy-17/+0
2021-02-14Start LSP 3.17 supportJeremy Kolb-1/+1
2021-02-13fix: tolerate spaces in nix binary patchingYaroslav Bolyukin-3/+3
2021-02-10Merge #7625bors[bot]-8/+26
2021-02-10Add **Copy Run Command Line** command for vscodeAleksey Kladov-8/+26
2021-02-09use await insteadSahandevs-31/+21
2021-02-07fix errorsSahandevs-6/+11
2021-02-07formatSahandevs-12/+12
2021-02-07handle Thenable type rejectsSahandevs-12/+23
2021-02-07handle promise catchesSahandevs-3/+3
2021-02-07remove unnecessarySahandevs-6/+6
2021-02-05Fix resolveCodeAction trying to edit files before creating themLukas Wirth-3/+3
2021-01-29Update vscode for new statusEdwin Cheng-1/+7
2021-01-25Simplify file download codeLaurențiu Nicola-10/+1
2021-01-25Merge #7409 #7421bors[bot]-0/+1
2021-01-25Code: reduce progress notification spamLaurențiu Nicola-7/+9
2021-01-23Add References code lens.vsrs-0/+1
2021-01-17Download aarch64-unknown-linux-gnu from GitHubLaurențiu Nicola-0/+1
2021-01-14Fix server path comparisonLaurențiu Nicola-1/+1
2021-01-07Don't update the server if managed by the userLaurențiu Nicola-1/+6
2021-01-04Rename extension configAleksey Kladov-1/+3
2021-01-04Allow download of aarch64-pc-windows-msvc binariesLaurențiu Nicola-10/+9
2021-01-03Merge #7068bors[bot]-0/+57
2021-01-01Remove some unnecessary code copied from the Syntax Tree commandPhil Ellison-17/+3