aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/cargo.ts
Commit message (Expand)AuthorAgeFilesLines
* Apply suggestions from @Veetaha code reviewvsrs2020-05-211-10/+4
* vscode client side testsvsrs2020-05-201-23/+40
* Debug lens fix for a binary.vsrs2020-05-201-4/+8
* Fix occasional test run during debug configurationvsrs2020-05-151-1/+5
* Mixed "bin" and "test" artifacts workaround.vsrs2020-05-141-2/+7
* Fix "rust-analyzer.debug" for QuickPick binaries.vsrs2020-05-141-0/+4
* Fix cargo not found on macos bug at vscode extension sideveetaha2020-05-061-1/+35
* Preliminary refactoring of cargo.tsveetaha2020-05-061-31/+14
* fixed lint warningvsrs2020-04-301-1/+1
* Removed unnecessary extraArgs for cargo invocationvsrs2020-04-301-5/+2
* Fixed tsfmt and eslint errors.vsrs2020-04-301-12/+12
* pass Cargo errors to the Debug output channelvsrs2020-04-301-5/+12
* Configuration settings and source maps supportvsrs2020-04-291-1/+0
* ms-vscode.cpptools debugger support, initial version.vsrs2020-04-281-0/+103