aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/commands/runnables.ts
Commit message (Collapse)AuthorAgeFilesLines
* Flatten commands.tsAleksey Kladov2020-05-251-218/+0
|
* code formattingvsrs2020-05-171-1/+1
|
* Runnable QuickPick with debuggees onlyvsrs2020-05-171-3/+14
|
* Runnable quick pick with buttonsvsrs2020-05-141-21/+61
|
* "rust-analyzer.newDebugConfig" commandvsrs2020-05-111-1/+29
|
* "rust-analyzer.debug" commandvsrs2020-05-111-106/+43
|
* 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-071-3/+9
|
* Uniformed way to get Debug Lens target executable.vsrs2020-05-061-26/+33
|
* Removed unnecessary extraArgs for cargo invocationvsrs2020-04-301-1/+1
|
* Fixed tsfmt and eslint errors.vsrs2020-04-301-7/+7
|
* pass Cargo errors to the Debug output channelvsrs2020-04-301-1/+6
|
* MS C++ tools on linuxvsrs2020-04-291-1/+2
|
* better configuration enum itemsvsrs2020-04-291-1/+1
|
* Configuration settings and source maps supportvsrs2020-04-291-8/+25
|
* ms-vscode.cpptools debugger support, initial version.vsrs2020-04-281-12/+35
|
* Remove vscode_lldb settingAleksey Kladov2020-04-021-0/+4
|
* fixup! feat: add debug code lensHannes De Valkeneer2020-03-121-6/+1
| | | | avoid repetition of `--no-run`
* fixup! feat: add debug code lensHannes De Valkeneer2020-03-121-2/+1
|
* feat: add debug code lensHannes De Valkeneer2020-03-111-1/+27
| | | | Refs #3539
* vscode: migrate runnables to rust-analyzer-api.tsVeetaha2020-02-241-22/+7
|
* Fix NPEsAleksey Kladov2019-12-311-3/+4
|
* Move all commands to ctxAleksey Kladov2019-12-301-4/+4
|
* Refactor runablesAleksey Kladov2019-12-301-61/+61
|
* Remove cargo-watch from vscode extension.Emil Lauridsen2019-12-251-91/+0
| | | | Still keeps tests around for reference when porting them to rust
* Enable noImplicitReturns option for vscode extensionTetsuharu OHZEKI2019-12-111-6/+8
|
* Enable noUnusedParameters option for vscode extensionTetsuharu OHZEKI2019-12-111-1/+1
|
* Code: enable prettier trailing commasLaurențiu Nicola2019-12-091-18/+18
|
* Fix formatoxalica2019-11-161-1/+3
|
* Check exit code of `cargo watch`oxalica2019-11-151-3/+3
|
* Handle errors when `cargo watch` failsoxalica2019-11-151-0/+5
|
* start cargo watch if not started interactivelyBernardo2019-04-191-1/+11
|
* cargo watch start and stop commandsBernardo2019-04-191-4/+3
|
* Sends cwd info for runnables and code lensesRoberto Vidal2019-04-141-1/+2
|
* Add config for cargo-watch traceEdwin Cheng2019-04-021-2/+2
|
* Fix prettier errorEdwin Cheng2019-04-021-4/+4
|
* Fixed tslint errorEdwin Cheng2019-04-021-1/+1
|
* Improve cargo-watch usageEdwin Cheng2019-04-021-22/+7
|
* Don't execute cargo watch when popup is dismissedpcpthm2019-03-221-2/+2
|
* Change enableCargoWatchOnStartup to have three statesVille Penttinen2019-03-211-10/+13
| | | | | | | This fixes #1005. Defaults to `ask` which prompts users each time whether to start `cargo watch` or not. `enabled` always starts `cargo watch` and `disabled` does not.
* Appease CIIgor Matuszewski2019-03-181-9/+7
|
* Guard auto cargo watch behind a config optionIgor Matuszewski2019-03-181-0/+4
|
* Separate out the interactive cargo watch procedureIgor Matuszewski2019-03-181-1/+67
|
* Reformat using PrettierIgor Matuszewski2019-03-181-5/+5
|
* Respect the user-provided label when creating taskIgor Matuszewski2019-03-181-1/+1
|
* Define a cargo watch taskIgor Matuszewski2019-03-181-1/+21
|
* Remove redundant Runnable.rangeIgor Matuszewski2019-03-181-1/+0
|
* Clear the console when running single taskskjeremy2019-01-301-1/+2
|
* align command namingAleksey Kladov2019-01-281-1/+1
|