diff --git a/.vscode/settings.json b/.vscode/settings.json index 91c33bc2c6..ed69b26b29 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,4 +3,7 @@ "--all-features" ], "rust-analyzer.check.command": "clippy", -} \ No newline at end of file + "search.exclude": { + "**/*.snap": true + } +}