aboutsummaryrefslogtreecommitdiff
path: root/editors
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge #5101bors[bot]2020-06-302-1/+6
|\ \ \ | |_|/ |/| |
| * | Add light-weight snapshot testing library with editor integrationAleksey Kladov2020-06-272-1/+6
| |/
* | Merge #5119bors[bot]2020-06-291-3/+9
|\ \
| * | Show notification while SSR is in progressDavid Lattimore2020-06-291-3/+9
| |/
* / Fix SSR prompt following #4919David Lattimore2020-06-271-1/+1
|/
* Merge #5017bors[bot]2020-06-266-83/+104
|\
| * Fix ts lintsvsrs2020-06-241-2/+2
| * Switch to ShellExecution instead of full Taskvsrs2020-06-242-41/+45
| * Add custom cargo runnersvsrs2020-06-246-56/+73
* | Merge branch 'Veetaha-feat/sync-branch'Aleksey Kladov2020-06-252-103/+0
|\ \
| * | Migrate flycheck to fully-lsp-compatible progress reports (introduce ra_progr...veetaha2020-06-182-103/+0
* | | Merge #5025bors[bot]2020-06-241-57/+27
|\ \ \
| * | | Append 10 random hex chars to temp artifact filesVeetaha2020-06-241-1/+5
| * | | Don't mess with messy temp dir and just download into extension dirVeetaha2020-06-241-57/+23
| | |/ | |/|
* / | Remove namedExports configLaurențiu Nicola2020-06-241-6/+1
|/ /
| |
| \
| \
| \
| \
| \
*-----. \ Merge #4992 #4993 #4994 #4997 #4998bors[bot]2020-06-234-50/+66
|\ \ \ \ \
| | | | * | Disrecommend trace.server: "verbose" for regular usersVeetaha2020-06-221-1/+1
| |_|_|/ / |/| | | |
| | | * | Decouple http file stream logic from temp dir logicVeetaha2020-06-222-44/+57
| |_|/ / |/| | |
| | * | Make bootstrap error message more informative and better-fittingVeetaha2020-06-221-4/+8
| * | | Never disable error logging on the frontendVeetaha2020-06-221-1/+0
|/ / /
* / / Hotfix skipping the first chunks of the artifactsVeetaha2020-06-221-6/+7
|/ /
* | Download artifacts into tmp dirVeetaha2020-06-202-11/+60
* | Update workaround commentVeetaha2020-06-191-3/+2
* | Add `rust-analyzer.gotoLocation` commandvsrs2020-06-184-0/+23
* | Fix rust-analyzer.debug.openDebugPane optionvsrs2020-06-182-2/+2
|/
* Warnings as hint or infoGabriel Valfridsson2020-06-161-0/+18
* checkOnSafe.features and checkOnSafe.allFeatures now work identically.Clemens Wasser2020-06-101-2/+5
* Most of the checkOnSafe options now default to the cargo equivalent.Clemens Wasser2020-06-101-4/+7
* Added the rust-analyzer.checkOnSave.features option.Clemens Wasser2020-06-101-0/+8
* Merge #4773bors[bot]2020-06-081-0/+10
|\
| * Add Run|Debug hover actionsvsrs2020-06-061-0/+10
* | Fix VSCode settingsVincent Isambart2020-06-071-4/+1
|/
* Fix Run lens.vsrs2020-06-061-1/+1
* Remove hover contents marking as trusted.vsrs2020-06-051-15/+2
* Add hover actions LSP extension documentation.vsrs2020-06-051-1/+1
* Add hover actions as LSP extensionvsrs2020-06-054-7/+79
* Merge branch 'master' into compute-lazy-assitsMikhail Rakhmanov2020-06-031-0/+19
|\
| * Document rust-project.jsonAleksey Kladov2020-06-031-0/+19
* | Fix review commentsMikhail Rakhmanov2020-06-032-3/+0
* | Merge remote-tracking branch 'upstream/master' into compute-lazy-assitsMikhail Rakhmanov2020-06-024-23/+31
|\|
| * Merge #4710bors[bot]2020-06-023-21/+29
| |\
| | * Spec better runnablesAleksey Kladov2020-06-021-1/+1
| | * New runnables APIAleksey Kladov2020-06-023-20/+28
| * | Merge #4711bors[bot]2020-06-021-2/+2
| |\ \ | | |/ | |/|
| | * Disable rust-analyzer.{cargo,checkOnSave}.allFeatures by defaultLaurențiu Nicola2020-06-021-2/+2
* | | Preliminary implementation of lazy CodeAssitsMikhail Rakhmanov2020-06-024-38/+65
|/ /
* | Move run commands to commands.tsAleksey Kladov2020-06-023-133/+134
* | Merge #4580bors[bot]2020-06-027-59/+107
|\ \ | |/ |/|
| * Change Runnable.bin -> Runnable.kindveetaha2020-05-317-59/+104
| * Fix invoking cargo without consulting CARGO or standard installation pathsveetaha2020-05-312-4/+7