about summary refs log tree commit diff
path: root/editors/code/src/main.ts
AgeCommit message (Expand)AuthorLines
2021-05-23Fix ts lint errorsKirill Bulatov-2/+2
2021-05-23Send detached files info to server via init paramsKirill Bulatov-2/+2
2021-05-23Start rust-analyzer server for arbitrary rust filesKirill Bulatov-37/+44
2021-05-23More style fixesKirill Bulatov-15/+14
2021-05-23Style fixKirill Bulatov-8/+10
2021-05-23Better releaseId namingKirill Bulatov-7/+6
2021-05-23Remove nightly release id from local storage for stable extensionsKirill Bulatov-1/+3
2021-05-23Download nightly extension when configured and run from stable extension versionKirill Bulatov-3/+10
2021-05-21Add a "Debug ItemTree" LSP requestJonas Schievink-0/+1
2021-05-11Allow viewing the crate graph in a webviewJonas Schievink-0/+1
2021-03-18Item up and down moversivan770-0/+2
2021-03-13Merge #7799bors[bot]-0/+1
2021-03-07Make extension respect http proxy settingsKam Y. Tse-2/+4
2021-02-27Add LSP request and VSCode commandvsrs-0/+1
2021-02-20Try to detect musl distros in the Code extensionLaurențiu Nicola-2/+12
2021-02-13fix: tolerate spaces in nix binary patchingYaroslav Bolyukin-3/+3
2021-02-10Merge #7625bors[bot]-0/+1
2021-02-10Add **Copy Run Command Line** command for vscodeAleksey Kladov-0/+1
2021-02-09use await insteadSahandevs-9/+6
2021-02-07formatSahandevs-5/+5
2021-02-07handle Thenable type rejectsSahandevs-5/+9
2021-01-25Simplify file download codeLaurențiu Nicola-2/+0
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-04Allow download of aarch64-pc-windows-msvc binariesLaurențiu Nicola-10/+9
2020-12-28Initial implementation of view-hir commandPhil Ellison-0/+1
2020-12-22Merge #7001bors[bot]-6/+8
2020-12-22Fix grammar nitP. Horban-1/+1
2020-12-22Extension conflict check detests more combinationsPrzemyslaw Horban-5/+15
2020-12-22Add support for downloading aarch64-apple-darwin binaries, change naming conv...Laurențiu Nicola-6/+8
2020-12-21Don't download x64 binaries on non-Mac arm64Laurențiu Nicola-1/+3
2020-12-22Allow code extension to download binary in apple armSon-1/+1
2020-12-21Remove outdated FIXMELaurențiu Nicola-3/+2
2020-12-21Use /etc/os-release to check for NixOSLaurențiu Nicola-1/+10
2020-12-18Fixed formattingPrzemyslaw Horban-2/+2
2020-12-18Added a warning if conflicting rust-lang.rust is enabled.Przemyslaw Horban-0/+11
2020-11-12add open Cargo.toml actionAnatol Liu-0/+1
2020-10-08WIP: Command to open docs under cursorZac Pullar-Strecker-0/+1
2020-09-23Move unlink on download into download functionMatthias Einwag-11/+3
2020-09-23Remane functionMatthias Einwag-5/+5
2020-09-23Use closure in trailing position and strongly type header mapMatthias Einwag-17/+20
2020-09-23Apply suggestions from code reviewMatthias Einwag-1/+1
2020-09-23Remove stray newlineMatthias Einwag-1/+0
2020-09-23Fix clearing the tokenMatthias Einwag-3/+8
2020-09-23Add a command for updating the Github API tokenMatthias Einwag-0/+4
2020-09-23Use retry dialog also for downloadsMatthias Einwag-20/+30
2020-09-22Fix tslintMatthias Einwag-2/+2
2020-09-22Allow to use a Github Auth token for fetching releasesMatthias Einwag-2/+53
2020-07-07Gzip artifactsVeetaha-8/+9