-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Error when .vscode/settings.json sets rust-analyzer.checkOnSave.*
#538
Comments
hey 👋 As per the documentation, the correct config is to use Vscode may allow parsing |
I understand that and I certainly hope to have all projects fix their configs but there are lots of repos with |
https://github.com/search?q=checkOnSave.allTargets&type=code There's more than 1.2k results here |
Fair. I'm fine with issuing a health check warning if the config is invalid or can't be parsed.
It's not like a single individual is going to have to migrate 1.2k project configs. |
Thanks! |
The default config has
checkOnSave = false
, but the VSCode config file setscheckOnSave.allTargets = false
. Could rustaceanvim read the VSCode config ascheck.allTargets = false
?https://archive.is/JJKBW#rust-analyzer.checkOnSave.allTargets
https://rust-analyzer.github.io/manual.html#rust-analyzer.check.allTargets
The text was updated successfully, but these errors were encountered: