mirror of https://github.com/astral-sh/ruff
Disable ty workspace diagnostics for VSCode users (#21620)
This commit is contained in:
parent
6f9265d78d
commit
d379f3826f
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue