leoafarias / fvm

Flutter Version Management: A simple CLI to manage Flutter SDK versions.
https://fvm.app
MIT License
4.7k stars 229 forks source link

Update vscode.mdx #758

Closed chreck closed 2 months ago

chreck commented 3 months ago

Setting the dart.flutterSdkPath to ".fvm/versions/stable" did not work for me. Because with that it looks into the project folder and not in the home folder of the user. Where the .fvm folder is located. So only by referencing to the home directory with "~/.fvm/versions/stable" worked as it should.

vercel[bot] commented 3 months ago

@chreck is attempting to deploy a commit to the FlutterTools Team on Vercel.

A member of the Team first needs to authorize it.

leoafarias commented 3 months ago

@chreck This means that .fvm was most likely configured in the home directory. Do you have a pubspec.yaml there? That might have caused it to be configured there. But the documentation is correct.