editor-rs / vscode-rust

Rust for Visual Studio Code
MIT License
474 stars 62 forks source link

Errors from build.rs aren't shown in editor #368

Open Cobrand opened 6 years ago

Cobrand commented 6 years ago

Version of VSCode: 1.72.2 Version of the extension: 0.4.2 OS: x86_64 Linux

Description: If the build.rs file (or equivalent) has a compilation error in it, no errors are shown in the editor. This of course also prevents regular errors from the src/ folder to be hidden until build.rs can be compiled again.