From b5c9ddbb59d6a01eb827135bfa8ab52e9f572548 Mon Sep 17 00:00:00 2001 From: Samuel Guerra Date: Tue, 23 Mar 2021 01:15:42 -0300 Subject: [PATCH] Exclude annoying hint highlights in ErrorLens. --- .vscode/settings.json | 4 ++++ 1 file changed, 4 insertions(+) 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