aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/toolchain.ts
Commit message (Collapse)AuthorAgeFilesLines
* Rename ra_toolchain -> toolchainAleksey Kladov2020-08-121-2/+2
|
* Change Runnable.bin -> Runnable.kindveetaha2020-05-311-0/+174
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.