We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe.
On each flutter update, fvm must change .vscode/settings.json
// settings.json "dart.flutterSdkPath": ".fvm/versions/3.29.0",
Describe the solution you'd like Dart Code introduced a new configuration:
getFlutterSdkCommand and getDartSdkCommand Dart-Code/Dart-Code@b1f79db
getFlutterSdkCommand
getDartSdkCommand
If fvm implements a simples fvm path, fvm which or fvm where, it would simplify setup IMHO
fvm path
fvm which
fvm where
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Before creating a feature request make sure the suggestion fit within our principles
Is your feature request related to a problem? Please describe.
On each flutter update, fvm must change .vscode/settings.json
Describe the solution you'd like
Dart Code introduced a new configuration:
getFlutterSdkCommand
andgetDartSdkCommand
Dart-Code/Dart-Code@b1f79db
If fvm implements a simples
fvm path
,fvm which
orfvm where
, it would simplify setup IMHOThe text was updated successfully, but these errors were encountered: