aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement client-side of SnippetTextEditAleksey Kladov2020-05-193-2/+81
* Add snippetTextEdit protocol extensionAleksey Kladov2020-05-191-4/+15
* Add "rust-analyzer.lens.enable"vsrs2020-05-181-0/+2
* code formattingvsrs2020-05-171-1/+1
* Runnable QuickPick with debuggees onlyvsrs2020-05-171-3/+14
* CodeLens configuration options.vsrs2020-05-171-0/+11
* Merge #4448bors[bot]2020-05-155-100/+244
|\
| * Fix occasional test run during debug configurationvsrs2020-05-151-1/+5
| * Fix runnable naming in the client side fallback.vsrs2020-05-141-1/+1
| * Multiple binaries support for launch.json.vsrs2020-05-141-2/+3
| * Mixed "bin" and "test" artifacts workaround.vsrs2020-05-141-2/+7
| * Multiple binaries support for launch.json.vsrs2020-05-141-0/+5
| * Fix "rust-analyzer.debug" for QuickPick binaries.vsrs2020-05-141-0/+4
| * Runnable quick pick with buttonsvsrs2020-05-141-21/+61
| * Remove "rust-analyzer.debug.useLaunchJson" optionvsrs2020-05-142-14/+10
| * Use launch.json in Debug Lens sessions.vsrs2020-05-132-2/+20
| * DebugConfiguration simplification.vsrs2020-05-111-1/+11
| * "rust-analyzer.newDebugConfig" commandvsrs2020-05-113-3/+31
| * "rust-analyzer.debug" commandvsrs2020-05-113-106/+139
* | Make some stuff public so that they can be reused by other toolsPavan Kumar Sunkara2020-05-141-1/+1
* | Merge #4083bors[bot]2020-05-131-1/+1
|\ \ | |/ |/|
| * Fix "show syntax tree" commandveetaha2020-05-101-1/+1
* | Word fixEdwin Cheng2020-05-101-1/+1
|/