about summary refs log tree commit diff
path: root/editors/code/src
AgeCommit message (Expand)AuthorLines
2020-06-25Append 10 random hex chars to temp artifact filesVeetaha-1/+5
2020-06-24Don't mess with messy temp dir and just download into extension dirVeetaha-57/+23
2020-06-24Fix ts lintsvsrs-2/+2
2020-06-24Switch to ShellExecution instead of full Taskvsrs-41/+45
2020-06-24Add custom cargo runnersvsrs-56/+65
2020-06-23Merge #4992 #4993 #4994 #4997 #4998bors[bot]-49/+65
2020-06-22Decouple http file stream logic from temp dir logicVeetaha-44/+57
2020-06-22Never disable error logging on the frontendVeetaha-1/+0
2020-06-22Make bootstrap error message more informative and better-fittingVeetaha-4/+8
2020-06-22Hotfix skipping the first chunks of the artifactsVeetaha-6/+7
2020-06-20Download artifacts into tmp dirVeetaha-11/+60
2020-06-19Update workaround commentVeetaha-3/+2
2020-06-18Migrate flycheck to fully-lsp-compatible progress reports (introduce ra_progr...veetaha-103/+0
2020-06-18Add `rust-analyzer.gotoLocation` commandvsrs-0/+18
2020-06-18Fix rust-analyzer.debug.openDebugPane optionvsrs-2/+2
2020-06-06Fix Run lens.vsrs-1/+1
2020-06-05Remove hover contents marking as trusted.vsrs-15/+2
2020-06-05Add hover actions LSP extension documentation.vsrs-1/+1
2020-06-05Add hover actions as LSP extensionvsrs-4/+66
2020-06-03Fix review commentsMikhail Rakhmanov-3/+0
2020-06-02Merge remote-tracking branch 'upstream/master' into compute-lazy-assitsMikhail Rakhmanov-21/+29
2020-06-02Preliminary implementation of lazy CodeAssitsMikhail Rakhmanov-38/+65
2020-06-02Spec better runnablesAleksey Kladov-1/+1
2020-06-02New runnables APIAleksey Kladov-20/+28
2020-06-02Move run commands to commands.tsAleksey Kladov-133/+134
2020-06-02Merge #4580bors[bot]-52/+100
2020-05-31Always derive from `process.env` when spawning a child process/shell executionAlin Sinpalean-1/+1
2020-05-31Change Runnable.bin -> Runnable.kindveetaha-52/+97
2020-05-31Fix invoking cargo without consulting CARGO or standard installation pathsveetaha-4/+7
2020-05-27Add `inRustProject` when-clause for commands.vsrs-0/+11
2020-05-26Partially fix displaying inlay hints in Github PR diff viewsveetaha-4/+5
2020-05-25Document `parentModule` experimental LSP requestAleksey Kladov-4/+4
2020-05-25Cleanup lsp extensions on the client sideAleksey Kladov-127/+88
2020-05-25Less rust-analyzer specific onEnterAleksey Kladov-7/+9
2020-05-25Flatten commands.tsAleksey Kladov-109/+103
2020-05-25Flatten simple commandsAleksey Kladov-301/+242
2020-05-25Remove dead codeAleksey Kladov-106/+54
2020-05-25Introduce `toggle inlay hints` vscode commandveetaha-1/+14
2020-05-24Document matchingBrace LSP requestAleksey Kladov-6/+5
2020-05-23Merge pull request #4538 from vsrs/vscode_testsAleksey Kladov-23/+34
2020-05-23Merge #4555 #4575bors[bot]-1/+48
2020-05-22CodeAction groupsAleksey Kladov-14/+43
2020-05-22Use WorkspaceEdit for ssrAleksey Kladov-5/+3
2020-05-21Merge branch 'nix-patchelf' of github.com:cab404/rust-analyzer into nix-patchelfVladimir Serov-1/+1
2020-05-21editors/vscode: forgotten await in os checkVladimir Serov-1/+1
2020-05-21editors/vscode: patchelf-ing without intermediate filesVladimir Serov-5/+5
2020-05-21Formalize JoinLines protocol extensionAleksey Kladov-6/+10
2020-05-21Update editors/code/src/main.tsCabia Rangris-1/+1
2020-05-21editor/vscode: lintVladimir Serov-21/+21
2020-05-21editors/vscode: removing original file after patchingVladimir Serov-1/+1