aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/tasks.ts
Commit message (Collapse)AuthorAgeFilesLines
* tasks.json SupportJonathan Dickinson2020-04-231-36/+67
| | | | | | | | Move the task provider anonymous class into a real class, as this seems to be how Microsoft do this in their documentation. resolveTask is now implemented, which is used by VSCode to determine how to execute tasks that the user has defined in tasks.json.
* Use namespace importTim2020-03-311-19/+11
|
* Add basic task supportTim2020-03-301-0/+60
This adds basic support for running `cargo build`, `cargo run`, etc.