Skip to content
This repository was archived by the owner on Dec 8, 2020. It is now read-only.

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

Open
tinaun opened this issue Jun 21, 2017 · 2 comments
Open

Comments

@tinaun
Copy link

tinaun commented Jun 21, 2017

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

@KalitaAlexey
Copy link
Member

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

@tinaun
Copy link
Author

tinaun commented Jun 21, 2017

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants