vscode-rust icon indicating copy to clipboard operation
vscode-rust copied to clipboard

build issues are only displayed for the parent crate, not any subcrates

Open tinaun opened this issue 8 years ago • 2 comments

Version of VSCode: 1.13.1 Version of the extension: 0.4 OS: Windows 10

Description: (rls mode)

so i have a project layout that looks like this -

a/
|- Cargo.toml
|- Cargo.lock
|- target/
|- src/
|- b/
    |- Cargo.toml
    |- src/ 
 

and writing code in a/src/ causes the problems panel to update, underlines on errors and warnings work, i can use autocomplete from external crates, all that good stuff. but - none of that works in a/b/src/. i can see error / warning messages in the rls output pane, but it isn't used anywhere else.

possibly related to #158

tinaun avatar Jun 21 '17 03:06 tinaun

@tinaun, It's more related to #156. I will not close your issue because it will prevent other duplicates.

KalitaAlexey avatar Jun 21 '17 05:06 KalitaAlexey

thanks. after submitting this i noticed this was mentioned in a lot of other issues, but it hadn't had an issue of its own

tinaun avatar Jun 21 '17 06:06 tinaun