Open loganmzz opened 5 months ago
Describe the bug
I enter any crate name in dependency section:
[dependencies] anyhow = ""
When requesting completion from inside "", I get a list of empty (or star) versions:
""
To Reproduce
create init --lib --name 'demo'
Cargo.toml
Expected behavior
A list of available versions of the crate.
Screenshots
Desktop (please complete the following information):
WSL: Ubuntu 22.04
0.6.6
Additional context
TBD
Describe the bug
I enter any crate name in dependency section:
When requesting completion from inside
""
, I get a list of empty (or star) versions:To Reproduce
create init --lib --name 'demo'
Cargo.toml
Expected behavior
A list of available versions of the crate.
Screenshots
Desktop (please complete the following information):
WSL: Ubuntu 22.04
0.6.6
Additional context
TBD