-
-
Notifications
You must be signed in to change notification settings - Fork 36
Support for private registries #182
Comments
I'm experiencing this same issue config.toml
Cargo.toml
I get the following error via the tooltip: When I |
Since there are many issues going related with this, we have our own index server now. No more local checks with v0.6.0. Now I am planning a support for private registries ,but first we have to decide how |
It now supports any sparse index |
just confirming, no support for a git based index and only sparse? |
@serayuzgur
and the config in vscode is:
but it seems like this doesn't work, it still goes to offical index server, error while I directly use Thank you so much ! |
Is your feature request related to a problem? Please describe.
Support for private registries
Describe the solution you'd like
Our team uses a private Artifactory cargo repository for internal projects. It's configured using cargo's standard configuration
However the extension doesn't recognize it and shows an error.
Standard
cargo
commands works.Describe alternatives you've considered
None yet
Additional context
The text was updated successfully, but these errors were encountered: