about summary refs log tree commit diff
path: root/editors/code/src
AgeCommit message (Expand)AuthorLines
2021-05-24fix: cursor position after item move commandEduardo Canellas-1/+1
2021-05-24Merge #8955bors[bot]-41/+69
2021-05-24fix: can download server binary on windows againAleksey Kladov-1/+1
2021-05-23Fix ts lint errorsKirill Bulatov-8/+8
2021-05-23fix: reveal snippetsAleksey Kladov-0/+3
2021-05-23Send detached files info to server via init paramsKirill Bulatov-6/+27
2021-05-23Start rust-analyzer server for arbitrary rust filesKirill Bulatov-39/+46
2021-05-23More style fixesKirill Bulatov-16/+19
2021-05-23Style fixKirill Bulatov-12/+11
2021-05-23Don't use a deprecated accessorKirill Bulatov-1/+1
2021-05-23Better releaseId namingKirill Bulatov-12/+11
2021-05-23Remove nightly release id from local storage for stable extensionsKirill Bulatov-1/+6
2021-05-23Download nightly extension when configured and run from stable extension versionKirill Bulatov-3/+10
2021-05-22Use `.rs` file ending to get syntax highlightingJonas Schievink-1/+1
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