From 0854b7be9bd4dd36d307c1af72823d0bf150d431 Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Mon, 6 Jan 2025 12:13:39 +0100 Subject: [PATCH] fixed fvm path typo --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index e929cb4..e04697a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "task.slowProviderWarning": true, - "dart.flutterSdkPath": "fvm", + "dart.flutterSdkPath": ".fvm/flutter_sdk", "search.exclude": { "**/.fvm": true },