fixed fvm path typo

This commit is contained in:
Vadim 2025-01-06 12:13:39 +01:00
parent fd97fc7fef
commit 0854b7be9b

View file

@ -1,6 +1,6 @@
{ {
"task.slowProviderWarning": true, "task.slowProviderWarning": true,
"dart.flutterSdkPath": "fvm", "dart.flutterSdkPath": ".fvm/flutter_sdk",
"search.exclude": { "search.exclude": {
"**/.fvm": true "**/.fvm": true
}, },