diff --git a/.vscode/settings.json b/.vscode/settings.json index 622f4d30..0d4504a9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,13 @@ { "dart.lineLength": 120, - "yaml.format.singleQuote": true + "yaml.format.singleQuote": true, + "dart.flutterSdkPath": ".fvm/flutter_sdk", + // Remove .fvm files from search + "search.exclude": { + "**/.fvm": true + }, + // Remove from file watching + "files.watcherExclude": { + "**/.fvm": true + } } \ No newline at end of file