mirror of
https://github.com/astral-sh/ruff
synced 2026-01-08 15:14:19 -05:00
11 lines
218 B
JSON
11 lines
218 B
JSON
{
|
|
"rust-analyzer.check.extraArgs": [
|
|
"--all-features"
|
|
],
|
|
"rust-analyzer.check.command": "clippy",
|
|
"search.exclude": {
|
|
"**/*.snap": true
|
|
},
|
|
"ty.diagnosticMode": "openFilesOnly"
|
|
}
|