Ignore snapshot flutter version

This commit is contained in:
2022-02-04 09:22:50 +01:00
parent af8ff78658
commit 9007edf71b

View File

@@ -67,4 +67,7 @@
// No suggestions when plugin does not provide them (comments, strings).
"editor.wordBasedSuggestions": false,
},
"search.exclude": {
"**/.flutter": true
},
}