kilbd / nova-rust

A Rust extension for the Nova text editor, using the Rust Analyzer language server.
MIT License
29 stars 5 forks source link

Task template for Cargo commands #34

Closed kilbd closed 2 years ago

kilbd commented 2 years ago

Add a task template to the extension where users can more easily add Cargo commands. Adds simple cargo build/run/clean by default, and allows some customization. As part of this feature, a new extension preference collects environment variables to pass to both the task template AND Rust Analyzer.