-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Vs Code - Special Case/Ignore .rs Fiels in target/ #1428
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
Comments
Wouldn't completion support be useful for the generated files? |
Sure, ideally, but I imagine that's not something that will happen overnight. |
Rather, why is RA panicking on those files? |
The error is fairly descriptive. ;) |
fixd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This is a relatively minor issue, but:
When opening a
.rs
file inside./target
, for example auto-generated FFI bindings, VS Code constantly (re)opens the console, spams a lot of error messages and re-displays the "a request has failed" popup.It would be sensible to somehow disable LSP integration for those files in the plugin.
The text was updated successfully, but these errors were encountered: