79201104

Date: 2024-11-18 19:01:00
Score: 0.5
Natty:
Report link

Using FVM you can manage and change you're machine's default and have VS code reference that default path so it's always synced between your terminal and IDE.

Edit your VS Code settings.json with

{
"dart.flutterSdkPath": "/Users/user-name/fvm/default/bin",
}

or whatever your fvm default path is

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Aaron Kennedy