Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tasks.json Support | Jonathan Dickinson | 2020-04-23 | 1 | -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 import | Tim | 2020-03-31 | 1 | -19/+11 |
| | |||||
* | Add basic task support | Tim | 2020-03-30 | 1 | -0/+60 |
This adds basic support for running `cargo build`, `cargo run`, etc. |