aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* Merge remote-tracking branch 'upstream/master' into uniformed_debug_lensvsrs2020-05-085-45/+70
|\
| * Merge #4329bors[bot]2020-05-084-40/+67
| |\
| | * Fix cargo not found on macos bug at vscode extension sideveetaha2020-05-063-7/+48
| | * Preliminary refactoring of cargo.tsveetaha2020-05-062-33/+19
| * | Add master config for inlayHints to make disabling easyAleksey Kladov2020-05-082-7/+8
| |/
* | Add CodeLLDB Rust visualizationvsrs2020-05-071-1/+2
* | Add separate settings for each debug engine.vsrs2020-05-071-3/+6
* | Add additional debug optionsvsrs2020-05-072-3/+11
* | Uniformed way to get Debug Lens target executable.vsrs2020-05-062-28/+37
|/
* Drop dead code and a dependency!veetaha2020-05-051-129/+0
* fixed lint warningvsrs2020-04-301-1/+1
* Removed unnecessary extraArgs for cargo invocationvsrs2020-04-302-6/+3
* Fixed tsfmt and eslint errors.vsrs2020-04-302-19/+19
* pass Cargo errors to the Debug output channelvsrs2020-04-302-6/+18
* MS C++ tools on linuxvsrs2020-04-291-1/+2
* better configuration enum itemsvsrs2020-04-292-2/+2
* Configuration settings and source maps supportvsrs2020-04-293-10/+33
* ms-vscode.cpptools debugger support, initial version.vsrs2020-04-282-12/+138
* Merge #4145bors[bot]2020-04-251-29/+0
|\
| * Remove dead codeAleksey Kladov2020-04-251-29/+0
* | Remove unnecessary async from vscode language client creationveetaha2020-04-252-2/+2
|/
*-. Merge #3998 #4006bors[bot]2020-04-241-3/+5
|\ \
| * | Jump to sourceChanges in other filesTimo Freiberg2020-04-211-3/+5
| |/
* | tasks.json SupportJonathan Dickinson2020-04-231-36/+67
* | Refactor the workaround a bitveetaha2020-04-221-19/+16
* | Work around crlf in syntax treeveetaha2020-04-221-2/+38
|/
* Add config for proc_macroEdwin Cheng2020-04-161-0/+1