willcrichton / flowistry

Flowistry is an IDE plugin for Rust that helps you focus on relevant code.
https://marketplace.visualstudio.com/items?itemName=wcrichton.flowistry
MIT License
1.88k stars 44 forks source link

No such command `+nightly-2023-08-25` #96

Open pamburus opened 5 months ago

pamburus commented 5 months ago

Problem

Just created a new empty repository and called cargo init. Then got this error message in VS Code.

Logs

OS: darwin (23.4.0) VSCode: 1.89.0-insider Error message

error: no such command: `+nightly-2023-08-25`

    Cargo does not handle `+toolchain` directives.
    Did you mean to invoke `cargo` through `rustup` instead?

Full log: https://paste.rs/wBhKP

willcrichton commented 3 months ago

How do you have cargo installed?