diff --git a/.vscode/settings.json b/.vscode/settings.json index f922a6df..af346ecc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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, + }, }