Cargo Runner - CMD / CTRL + R to run, test/doc-test , bench and debug your code
Override Config - CMD/CTRL + SHIFT + R - to override cargo args, test binary args, features, target , env , rust-toolchain et.al
Change log v1.5.4
1.5.4
- add note on read me on known issues and how to fix it on
rust-analyzer.server.extraEnv
- update overrideCargo on codelens structure to make use of
active-toolchain
,eg.cargo +stable-aarch64-apple-darwin
- Added support for
rust-toolchain.toml
file to addchannel
by typing+beta
,+nightly
or+stable
when Overriding Config. - Use Rust Analyzer Config and Cargo.toml to override args
- Better Documentation and examples on how to use the extension
- Better Check for missing extensions prior to loading the extension
- Removed
.cargo_runner.toml
and ability to override args - Removed
Makefile
integration to override commands - Removed
build
runner - Removed support for
criterion
- Remove Runnables as it just makes your workflow slower , when picking options
- Use Rust Analyzer Codelens to Run , Test, Debug and Bench your Rust Project.
- Added fallback in cases no codelens. e.g. Running the whole file either as a
test
orbench
orrun
- Supports
cargo-nextest
integration tests - Support
cargo-nextest
benchmark integration onnightly
version - Uses
codelldb
debugger integration for debugging - Add ability to override $CARGO_HOME from vscode settings
- Add ability to change log level from vscode settings
- Add ability to change priority symbol kinds from vscode settings (You wouldnt want to change it though as the default is already well tested)
- Add nextest enable/disable from vscode settings
- Add Cargo Runner: Override Config Command and Keyboard Shortcut
- Support Rust Analyzer Config.
- Add Ability to Add one or more rust-analyzer config.
- Add Ability to Remove one or more rust-analyzer config.
Full Changelog: v1.5.4...v1.5.4
What's Changed
- V1.4.6 by @codeitlikemiley in #36
- Update Readme examples by @codeitlikemiley in #37
- bump to v1.4.8 by @codeitlikemiley in #38
- bump to v1.4.9 by @codeitlikemiley in #39
Full Changelog: v1.4.6...v1.5.4