-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is the linter using the correct directory? #24
Comments
What settings are you using? |
This is what's in my
|
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've set up a simple rust crate in
F:\workspace
.cargo new hello
And insert the following 2 files in the
src
directory of the new crate:lib.rs
greet.rs
When I press CTRL-`, I find the following logs, suggesting some issue with the directory set up for the linter?
It seems to be looking for greet.rs in the temp directory, but not finding it.
If it helps, I've put the test repo at https://github.com/akatechis/hello-rust
The text was updated successfully, but these errors were encountered: