crates icon indicating copy to clipboard operation
crates copied to clipboard

Crate fails to function, complaining commands are not found.

Open abrassel opened this issue 4 years ago • 4 comments

Describe the bug Crates appears not to function at all. After running the "update all" command, the following error is reported: command 'crates.updateAll' not found

To Reproduce Steps to reproduce the behavior:

  1. Open Command Palette
  2. Run the crates: [update all command.
  3. See error

Expected behavior All dependencies to be updated.

Desktop (please complete the following information):

  • OS: Ubuntu 20

abrassel avatar Feb 11 '21 19:02 abrassel

Hi, cannot reproduce this issue can you please give more details or try with a different VSC install?

serayuzgur avatar Feb 13 '21 20:02 serayuzgur

Just trying to learn Rust. Same issue here with this.

image

image

OS: Arch Linux x86-64

Souravgoswami avatar Dec 06 '21 17:12 Souravgoswami

Crates seem to work on VS Code in Linux. But, in Code-OSS I am getting the same issues as the others reported.

image

exabytes-activ avatar Feb 24 '22 05:02 exabytes-activ

Same problem here, solved by installing a toml support extension e.g. https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml

GlobeProgger avatar Oct 01 '22 22:10 GlobeProgger