serayuzgur / crates

crates is an extension aims to help people to manage their dependencies for rust (crates.io & TOML).
https://marketplace.visualstudio.com/items?itemName=serayuzgur.crates
MIT License
238 stars 37 forks source link

Ignoring version checks for some specific dependencies in Cargo.toml #203

Closed slhmy closed 1 year ago

slhmy commented 1 year ago

Is your feature request related to a problem? Please describe. It's pretty annoying to have some problemed crates with newest version, EX. block-modes in version "0.9", they leaved the empty crates, so the actual effective version is 0.8 (Then the crates extension give me a big ❌ !!!)

I just want my project be clean and only have ✅ in everywhere 😅

Describe the solution you'd like I'm not sure, maybe an inline comment like # crates: disable-check can be marked, then disable checking for this line.

Describe alternatives you've considered Since I'm not so familiar with the actual implementation of this extension, any alternatives may work for me too, EX. setting in .vscode/settings.json.

Additional context Nothing here currently ~