about summary refs log tree commit diff
path: root/editors/code/src
AgeCommit message (Expand)AuthorLines
2020-05-21editors/vscode: added patchelf after downloadVladimir Serov-1/+48
2020-05-21Transition OnEnter to WorkspaceSnippetEditAleksey Kladov-31/+53
2020-05-21Apply suggestions from @Veetaha code reviewvsrs-10/+4
2020-05-20vscode client side testsvsrs-23/+40
2020-05-20Debug lens fix for a binary.vsrs-4/+8
2020-05-20Fix client-side snippetsAleksey Kladov-1/+2
2020-05-19Implement client-side of SnippetTextEditAleksey Kladov-2/+81
2020-05-19Add snippetTextEdit protocol extensionAleksey Kladov-4/+15
2020-05-18Add "rust-analyzer.lens.enable"vsrs-0/+2
2020-05-17code formattingvsrs-1/+1
2020-05-17Runnable QuickPick with debuggees onlyvsrs-3/+14
2020-05-17CodeLens configuration options.vsrs-0/+11
2020-05-15Merge #4448bors[bot]-100/+244
2020-05-15Fix occasional test run during debug configurationvsrs-1/+5
2020-05-14Fix runnable naming in the client side fallback.vsrs-1/+1
2020-05-14Multiple binaries support for launch.json.vsrs-2/+3
2020-05-14Mixed "bin" and "test" artifacts workaround.vsrs-2/+7
2020-05-14Multiple binaries support for launch.json.vsrs-0/+5
2020-05-14Fix "rust-analyzer.debug" for QuickPick binaries.vsrs-0/+4
2020-05-14Runnable quick pick with buttonsvsrs-21/+61
2020-05-14Make some stuff public so that they can be reused by other toolsPavan Kumar Sunkara-1/+1
2020-05-14Remove "rust-analyzer.debug.useLaunchJson" optionvsrs-14/+10
2020-05-13Use launch.json in Debug Lens sessions.vsrs-2/+20
2020-05-13Merge #4083bors[bot]-1/+1
2020-05-11DebugConfiguration simplification.vsrs-1/+11
2020-05-11"rust-analyzer.newDebugConfig" commandvsrs-3/+31
2020-05-11"rust-analyzer.debug" commandvsrs-106/+139
2020-05-10Fix "show syntax tree" commandveetaha-1/+1
2020-05-10Word fixEdwin Cheng-1/+1
2020-05-08Merge remote-tracking branch 'upstream/master' into uniformed_debug_lensvsrs-45/+70
2020-05-08Merge #4329bors[bot]-40/+67
2020-05-08Add master config for inlayHints to make disabling easyAleksey Kladov-7/+8
2020-05-07Add CodeLLDB Rust visualizationvsrs-1/+2
2020-05-07Add separate settings for each debug engine.vsrs-3/+6
2020-05-07Add additional debug optionsvsrs-3/+11
2020-05-06Uniformed way to get Debug Lens target executable.vsrs-28/+37
2020-05-05Fix cargo not found on macos bug at vscode extension sideveetaha-7/+48
2020-05-05Preliminary refactoring of cargo.tsveetaha-33/+19
2020-05-06Drop dead code and a dependency!veetaha-129/+0
2020-04-30fixed lint warningvsrs-1/+1
2020-04-30Removed unnecessary extraArgs for cargo invocationvsrs-6/+3
2020-04-30Fixed tsfmt and eslint errors.vsrs-19/+19
2020-04-30pass Cargo errors to the Debug output channelvsrs-6/+18
2020-04-29MS C++ tools on linuxvsrs-1/+2
2020-04-29better configuration enum itemsvsrs-2/+2
2020-04-29Configuration settings and source maps supportvsrs-10/+33
2020-04-28ms-vscode.cpptools debugger support, initial version.vsrs-12/+138
2020-04-25Merge #4145bors[bot]-29/+0
2020-04-25Remove dead codeAleksey Kladov-29/+0
2020-04-25Remove unnecessary async from vscode language client creationveetaha-2/+2