aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/toolchain.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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.