| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
This adds basic support for running `cargo build`, `cargo run`, etc.
|