rust-lang / rust-enhanced

The official Sublime Text 4 package for the Rust Programming Language
MIT License
780 stars 104 forks source link

Target Detector: Default to building the whole project #483

Closed ehuss closed 2 years ago

ehuss commented 2 years ago

This changes it so that if the target-detector can't determine which target is being worked on, it will run cargo on the entire package. This usually happens when working on a build script.

Closes #481