Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

UI doesn't work in crates within a Workspace #151

Open
ml172 opened this issue Apr 5, 2019 · 2 comments · May be fixed by #169
Open

UI doesn't work in crates within a Workspace #151

ml172 opened this issue Apr 5, 2019 · 2 comments · May be fixed by #169

Comments

@ml172
Copy link

ml172 commented Apr 5, 2019

When working in a rust file in a crate inside a larger workspace the linter continues to work, but the UI (red dots signifying issues on particular lines, etc) does not.

When I move a crate out of the workspace the UI is restored.

@Arcanemagus
Copy link
Member

Could you provide an example? If the document is switching scopes (languages) in the middle of the document it's possible this provider isn't getting triggered.

@windy1
Copy link

windy1 commented Mar 1, 2020

I'm also experiencing this. I had one crate I was working on and then moved it to a workspace because I wanted to add a proc_macro crate to the project. After moving to a workspace, I don't see any indication of the linter in the editor, but there's still an error count in the bottom left.

When I took that same crate (now a sub-directory of the workspace) and copied it to it's own directory, the linter starting working in the editor again.

Really hopes this gets fixed and thanks for your work on this package! :)

@QuantumEntangledAndy QuantumEntangledAndy linked a pull request Aug 3, 2021 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants