aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src
Commit message (Expand)AuthorAgeFilesLines
*---. Merge #4992 #4993 #4994 #4997 #4998bors[bot]2020-06-233-49/+65
|\ \ \
| | | * 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-183-0/+18
* Fix rust-analyzer.debug.openDebugPane optionvsrs2020-06-182-2/+2
* 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-053-4/+66
* Fix review commentsMikhail Rakhmanov2020-06-032-3/+0
* Merge remote-tracking branch 'upstream/master' into compute-lazy-assitsMikhail Rakhmanov2020-06-023-21/+29
|\
| * Spec better runnablesAleksey Kladov2020-06-021-1/+1
| * New runnables APIAleksey Kladov2020-06-023-20/+28
* | 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-026-52/+100
|\
| * Change Runnable.bin -> Runnable.kindveetaha2020-05-316-52/+97
| * Fix invoking cargo without consulting CARGO or standard installation pathsveetaha2020-05-312-4/+7
* | Always derive from `process.env` when spawning a child process/shell executionAlin Sinpalean2020-05-311-1/+1
|/
* Add `inRustProject` when-clause for commands.vsrs2020-05-272-0/+11
* Partially fix displaying inlay hints in Github PR diff viewsveetaha2020-05-261-4/+5
* Document `parentModule` experimental LSP requestAleksey Kladov2020-05-252-4/+4
* Cleanup lsp extensions on the client sideAleksey Kladov2020-05-256-127/+88
* Less rust-analyzer specific onEnterAleksey Kladov2020-05-253-7/+9
* Flatten commands.tsAleksey Kladov2020-05-254-109/+103
* Flatten simple commandsAleksey Kladov2020-05-2510-301/+242
* Remove dead codeAleksey Kladov2020-05-254-106/+54
* Introduce `toggle inlay hints` vscode commandveetaha2020-05-254-1/+14
* Document matchingBrace LSP requestAleksey Kladov2020-05-242-6/+5
* Merge pull request #4538 from vsrs/vscode_testsAleksey Kladov2020-05-231-23/+34
|\
| * Apply suggestions from @Veetaha code reviewvsrs2020-05-211-10/+4
| * vscode client side testsvsrs2020-05-201-23/+40
* | Merge #4555 #4575bors[bot]2020-05-231-1/+48
|\ \
| * \ Merge branch 'nix-patchelf' of github.com:cab404/rust-analyzer into nix-patchelfVladimir Serov2020-05-211-1/+1
| |\ \
| | * | Update editors/code/src/main.tsCabia Rangris2020-05-211-1/+1
| * | | editors/vscode: forgotten await in os checkVladimir Serov2020-05-211-1/+1
| * | | editors/vscode: patchelf-ing without intermediate filesVladimir Serov2020-05-211-5/+5
| |/ /
| * | editor/vscode: lintVladimir Serov2020-05-211-21/+21
| * | editors/vscode: removing original file after patchingVladimir Serov2020-05-211-1/+1
| * | editors/vscode: added patchelf after downloadVladimir Serov2020-05-211-1/+48
| |/
* | CodeAction groupsAleksey Kladov2020-05-223-14/+43
* | Use WorkspaceEdit for ssrAleksey Kladov2020-05-212-5/+3
* | Formalize JoinLines protocol extensionAleksey Kladov2020-05-212-6/+10
* | Transition OnEnter to WorkspaceSnippetEditAleksey Kladov2020-05-214-31/+53
|/
* Debug lens fix for a binary.vsrs2020-05-201-4/+8
* Fix client-side snippetsAleksey Kladov2020-05-191-1/+2