From 9007edf71bccc3fd2100978933fd741099a436cc Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Fri, 4 Feb 2022 09:22:50 +0100 Subject: [PATCH] Ignore snapshot flutter version --- .config/Code/User/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index 300f8b8..dfbfa5e 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -67,4 +67,7 @@ // No suggestions when plugin does not provide them (comments, strings). "editor.wordBasedSuggestions": false, }, + "search.exclude": { + "**/.flutter": true + }, }