Disable ty workspace diagnostics for VSCode users (#21620)

This commit is contained in:
Alex Waygood 2025-11-24 20:06:09 +00:00 committed by GitHub
parent 6f9265d78d
commit d379f3826f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -5,5 +5,6 @@
"rust-analyzer.check.command": "clippy", "rust-analyzer.check.command": "clippy",
"search.exclude": { "search.exclude": {
"**/*.snap": true "**/*.snap": true
} },
"ty.diagnosticMode": "openFilesOnly"
} }