mirror of
https://github.com/astral-sh/ruff.git
synced 2025-12-23 09:19:39 +00:00
Makes ⌘-T file search ignore snapshot files, so you can actually fuzzy match "ruff cache" to "ruff/src/cache.rs" without looking/scrolling past dozens of snapshot files in the search results.
9 lines
176 B
JSON
9 lines
176 B
JSON
{
|
|
"rust-analyzer.check.extraArgs": [
|
|
"--all-features"
|
|
],
|
|
"rust-analyzer.check.command": "clippy",
|
|
"search.exclude": {
|
|
"**/*.snap": true
|
|
}
|
|
}
|