aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/commands/runnables.ts
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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