Cargo Tools 0.6.0
Added
- Cargo Tools releases are now published to Open VSX alongside the Visual Studio Marketplace.
Improved
- Feature controls are hidden when a workspace or package has no explicit Cargo features.
- The All features option is shown only when multiple explicit features are available.
Fixed
- Cargo's implicit
defaultfeature is no longer displayed as a selectable feature.
Installation
Install from the VS Code Marketplace or Open VSX, or download cargo-tools.vsix below and run:
code --install-extension cargo-tools.vsixFull comparison: v0.5.1...v0.6.0
What's Changed
- feat(ui): hide irrelevant feature controls by @NickelWenzel in #51
- ci: publish extension releases to Open VSX by @NickelWenzel in #52
- chore: prepare for 0.6.0 release by @NickelWenzel in #53
Full Changelog: v0.5.1...v0.6.0