Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support 'runnables' options in the vs code extension | Igor Aleksanov | 2020-10-02 | 1 | -1/+9 |
| | |||||
* | Fix ts lints | vsrs | 2020-06-24 | 1 | -2/+2 |
| | |||||
* | Switch to ShellExecution instead of full Task | vsrs | 2020-06-24 | 1 | -40/+43 |
| | |||||
* | Add custom cargo runners | vsrs | 2020-06-24 | 1 | -13/+41 |
| | |||||
* | Change Runnable.bin -> Runnable.kind | veetaha | 2020-05-31 | 1 | -2/+2 |
| | | | | | | As per matklad, we now pass the responsibility for finding the binary to the frontend. Also, added caching for finding the binary path to reduce the amount of filesystem interactions. | ||||
* | Fix invoking cargo without consulting CARGO or standard installation paths | veetaha | 2020-05-31 | 1 | -2/+5 |
| | |||||
* | 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. |