crates icon indicating copy to clipboard operation
crates copied to clipboard

A list of empty suggestions, when requesting version completion

Open loganmzz opened this issue 2 months ago • 0 comments

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:

image

To Reproduce

  1. Create a new create: create init --lib --name 'demo'
  2. Open Cargo.toml
  3. Add a new dependency crate with an empty version.
  4. Request version completion

Expected behavior

A list of available versions of the crate.

Screenshots

image

Desktop (please complete the following information):

  • OS: WSL: Ubuntu 22.04
  • Version: 0.6.6

Additional context

TBD

loganmzz avatar Jun 09 '24 20:06 loganmzz