Created
May 1, 2023 14:58
-
-
Save theusindabike/de492ed14092a3c6a2a15cec9eb57f92 to your computer and use it in GitHub Desktop.
.vscode/settings.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"dart.flutterSdkPath": ".fvm/flutter_sdk", | |
// Remove .fvm files from search | |
"search.exclude": { | |
"**/.fvm": true | |
}, | |
// Remove from file watching | |
"files.watcherExclude": { | |
"**/.fvm": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment