Advertisement
antasofa

settings.json

Apr 22nd, 2024
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Dart 0.26 KB | Source Code | 0 0
  1. {
  2.     "dart.flutterSdkPath": "/Users/antasofa/fvm/versions/2.10.5",
  3.     // Remove .fvm files from search
  4.     "search.exclude": {
  5.       "**/.fvm": true
  6.     },
  7.     // Remove from file watching
  8.     "files.watcherExclude": {
  9.       "**/.fvm": true
  10.     }
  11.   }
Tags: Flutter FVM
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement