willcrichton / flowistry

Flowistry is an IDE plugin for Rust that helps you focus on relevant code.
https://marketplace.visualstudio.com/items?itemName=wcrichton.flowistry
MIT License
1.91k stars 45 forks source link

cargo config not used/respected #49

Closed thomvil closed 2 years ago

thomvil commented 2 years ago

I use the following .cargo\config.toml

[build]
target-dir = "\dir\outside\project"

This config is not being picked up by flowistry. Can i configure flowistry in this way?

Kind regards

willcrichton commented 2 years ago

Thanks for the issue @thomvil. Yes this should be possible, I will put it on the TODO list.