Skip to content

Commit

Permalink
make vscode use fvm flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Wei committed Jul 30, 2021
1 parent a314729 commit ed672fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"dart.flutterSdkPaths": [".fvm/flutter_sdk"]
"dart.flutterSdkPaths": [
".fvm/flutter_sdk"
],
"dart.flutterSdkPath": ".fvm/flutter_sdk"
}

0 comments on commit ed672fd

Please sign in to comment.