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 + }, }