Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix NPEs | Aleksey Kladov | 2019-12-31 | 1 | -3/+4 |
* | Move all commands to ctx | Aleksey Kladov | 2019-12-30 | 1 | -4/+4 |
* | Refactor runables | Aleksey Kladov | 2019-12-30 | 1 | -61/+61 |
* | Remove cargo-watch from vscode extension. | Emil Lauridsen | 2019-12-25 | 1 | -91/+0 |
* | Enable noImplicitReturns option for vscode extension | Tetsuharu OHZEKI | 2019-12-11 | 1 | -6/+8 |
* | Enable noUnusedParameters option for vscode extension | Tetsuharu OHZEKI | 2019-12-11 | 1 | -1/+1 |
* | Code: enable prettier trailing commas | Laurențiu Nicola | 2019-12-09 | 1 | -18/+18 |
* | Fix format | oxalica | 2019-11-16 | 1 | -1/+3 |
* | Check exit code of `cargo watch` | oxalica | 2019-11-15 | 1 | -3/+3 |
* | Handle errors when `cargo watch` fails | oxalica | 2019-11-15 | 1 | -0/+5 |
* | start cargo watch if not started interactively | Bernardo | 2019-04-19 | 1 | -1/+11 |
* | cargo watch start and stop commands | Bernardo | 2019-04-19 | 1 | -4/+3 |
* | Sends cwd info for runnables and code lenses | Roberto Vidal | 2019-04-14 | 1 | -1/+2 |
* | Add config for cargo-watch trace | Edwin Cheng | 2019-04-02 | 1 | -2/+2 |
* | Fix prettier error | Edwin Cheng | 2019-04-02 | 1 | -4/+4 |
* | Fixed tslint error | Edwin Cheng | 2019-04-02 | 1 | -1/+1 |
* | Improve cargo-watch usage | Edwin Cheng | 2019-04-02 | 1 | -22/+7 |
* | Don't execute cargo watch when popup is dismissed | pcpthm | 2019-03-22 | 1 | -2/+2 |
* | Change enableCargoWatchOnStartup to have three states | Ville Penttinen | 2019-03-21 | 1 | -10/+13 |
* | Appease CI | Igor Matuszewski | 2019-03-18 | 1 | -9/+7 |
* | Guard auto cargo watch behind a config option | Igor Matuszewski | 2019-03-18 | 1 | -0/+4 |
* | Separate out the interactive cargo watch procedure | Igor Matuszewski | 2019-03-18 | 1 | -1/+67 |
* | Reformat using Prettier | Igor Matuszewski | 2019-03-18 | 1 | -5/+5 |
* | Respect the user-provided label when creating task | Igor Matuszewski | 2019-03-18 | 1 | -1/+1 |
* | Define a cargo watch task | Igor Matuszewski | 2019-03-18 | 1 | -1/+21 |
* | Remove redundant Runnable.range | Igor Matuszewski | 2019-03-18 | 1 | -1/+0 |
* | Clear the console when running single tasks | kjeremy | 2019-01-30 | 1 | -1/+2 |
* | align command naming | Aleksey Kladov | 2019-01-28 | 1 | -1/+1 |
* | npm fix run | Jeremy Kolb | 2019-01-12 | 1 | -5/+9 |
* | Move run_single into runnables | Jeremy Kolb | 2019-01-12 | 1 | -0/+16 |
* | use new clear-terminal feature | Aleksey Kladov | 2018-12-15 | 1 | -2/+2 |
* | Run prettier on all files | Daniel McNab | 2018-10-08 | 1 | -8/+25 |
* | Fix remaining tslint suggestions | Adolfo Ochagavía | 2018-10-08 | 1 | -2/+2 |
* | Apply tslint suggestions, round one | Adolfo Ochagavía | 2018-10-07 | 1 | -38/+38 |
* | Refactor vscode extension | Adolfo Ochagavía | 2018-10-07 | 1 | -0/+88 |