aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/commands/runnables.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* npm fix runJeremy Kolb2019-01-121-5/+9
|
* Move run_single into runnablesJeremy Kolb2019-01-121-0/+16
|
* use new clear-terminal featureAleksey Kladov2018-12-151-2/+2
|
* Run prettier on all filesDaniel McNab2018-10-081-8/+25
|
* Fix remaining tslint suggestionsAdolfo Ochagavía2018-10-081-2/+2
|
* Apply tslint suggestions, round oneAdolfo Ochagavía2018-10-071-38/+38
|
* Refactor vscode extensionAdolfo Ochagavía2018-10-071-0/+88