Skip to content

Instantly share code, notes, and snippets.

@teddichiiwa
Created January 23, 2023 14:30
Show Gist options
  • Save teddichiiwa/e3c932ceafd1cbab5030811ac353e7d7 to your computer and use it in GitHub Desktop.
Save teddichiiwa/e3c932ceafd1cbab5030811ac353e7d7 to your computer and use it in GitHub Desktop.
FVM VSCode's 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