PistonDevelopers / VisualRust

Visual Studio extension for Rust
MIT License
702 stars 72 forks source link

Requires solution clean every time I want to compile #297

Open DoubleCouponDay opened 7 years ago

DoubleCouponDay commented 7 years ago

Every time I want to build solution, with compilation error fixes, the errors wont dissapear without cleaning the solution first. Since there is no keyboard shortcut to clean solution, this is very annoying! Is this working as intended or perhaps there is something else going on?

MaulingMonkey commented 7 years ago

Are you on 0.1.2 (last published marketplace version) or "0.2.0" (master branch / appveyor builds)? I've only encountered the opposite problem (errors occasionally disappearing before I'm done with them) but I'm on 0.2.0.

It's possible to bind your own keyboard shortcut to clean solution[1], but you have described a bug.

[1] Via Tools > Options: Clean Solution Rebinding