Skip to content

Commit

Permalink
vscode: exclude public-api fixtures from search
Browse files Browse the repository at this point in the history
  • Loading branch information
tamird committed Jul 26, 2023
1 parent 8e144a5 commit 06d6a3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"rust-analyzer.check.allTargets": true,
"rust-analyzer.check.command": "clippy"
"rust-analyzer.check.command": "clippy",
"search.exclude": {
"/xtask/public-api/*.txt": true,
},
}

0 comments on commit 06d6a3e

Please sign in to comment.