aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/toolchain.ts
Commit message (Collapse)AuthorAgeFilesLines
* fix: clean-up #8951wxb1ank2021-06-151-4/+12
|
* Lint toolchain.tswxb1ank2021-06-021-1/+1
|
* migrate from `fs` to `vscode.FileSystem` APIwxb1ank2021-06-021-13/+6
|
* Use explicit rustc commit-hashvsrs2021-04-221-0/+10
| | | | Required for lldb on mac
* Add special `auto` value for `debug.sourceFileMap`vsrs2021-04-221-18/+5
|
* Autodetect rust library source file mapvsrs2021-04-221-0/+21
|
* 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.