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