Seray Uzgur
Seray Uzgur
Seems ok
Thanks, i do not have available time for new features right now but any PRs are welcome
Hi @samuela, i checked it from a sample project and it seems to work with nested folders. Also, listener does not check and folder structure `fileName.toLocaleLowerCase().endsWith("cargo.toml")`, You have to help...
Mine is a plain folder, also I deleted the outer `Cargo.toml` but the result is still the same.  Can you please open the...
This is working as expected. As much as wi know cargo works like that and extension works as they described. Please take a look at #86.
> think it's a breaking change and we'll need a configuration setting for it to tun on/off? > Would you consider a PR or prefer to do it yourself? I...
Hi, cannot reproduce this issue can you please give more details or try with a different VSC install?
@saiintbrisson if you describe how to check it, I can take a look at the parser and see how much time it will take.
Hi, Cargo has a spesific path for the registry. I check it first if it is not available GitHub is used. ```js const cargoHome = process.env.CARGO_HOME || path.resolve(os.homedir(), ".cargo/"); const...
It is just a version index. I think it will be ok but we can ask to the collaborators . For git pull it uses `git pull https://github.com/rust-lang/crates.io.git` as default.