Skip to content

Instantly share code, notes, and snippets.

@theusindabike
Created May 1, 2023 14:58
Show Gist options
  • Save theusindabike/de492ed14092a3c6a2a15cec9eb57f92 to your computer and use it in GitHub Desktop.
Save theusindabike/de492ed14092a3c6a2a15cec9eb57f92 to your computer and use it in GitHub Desktop.
.vscode/settings.json
{
"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