diff --git a/.vscode/settings.json b/.vscode/settings.json index a7fbcd1b8..a5ed8654c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -15,5 +15,9 @@ ], "rust-analyzer.files.excludeDirs": [ "tests/build", + ], + "errorLens.exclude": [ + "file not included in module tree", + "code is inactive due to #\\[cfg\\] directives: debug_assertions is enabled" ] } \ No newline at end of file