Open mingley opened 1 year ago
I have the same development environment. Hope this requirement to be implemented soon.
Yes, interested too !
Hi, @mingley thanks for the issue, I don't have the time right now but you are welcome. There is something that tickles my mind, performance. The solution you provided may prevent it but since it is an extension to cargo toml, I believe we have to document it briefly and we have to make it more verbose.
For ex. we use # crates: disable-check
for ignore dependency, you can take a look at that.
I'm also interested in this feature, we use several dependencies from private registries, and it is a bit annoying, that the extension shows an error for those dependencies.
And it would be great, if the extension can automatically pick the registries and overrides up from the .cargo/config.toml
file
Is your feature request related to a problem? Please describe.
Some users operating in a theoretical enterprise environment might have both external and internal crate registries being utilized.
Currently the option in the plugin to modify the index server URL supports only one value.
Describe the solution you'd like Ideally this plugin supports a collection of index servers that can be checked against in parallel. Additional overhead could be reduced by matching against whatever
registry
value is provided in the crate manifestCargo.toml
for a given dependency.For example, in a random
Cargo.toml
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
I haven't raised a lot of issues before so let me know if you need any more information, I could also work on this myself if you don't have the bandwidth for it! Let me know :)
Additional context