How to make stable as global version in vscode #527
Unanswered
burhankhanzada
asked this question in
Q&A
Replies: 1 comment
-
@burhankhanzada If you can review the docs. its tough to know what might be happening without knowing if all the commands and configurations were ran.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know that fvm does not manage the global version itself and encourages flutter recommended way but as flutter for mac os documentation suggests downloading SDK and add its location
$PATH
environment variable so i do managed to add fvm/version/stable to$PATH
and can access flutter from terminal but know the problem is that whenever i open new flutter project in vscode it can't find the SDK i think its may be due tobut when hovering of this variable it saying
as it say it will look flutter SDK in path at the end but it even didn't find it then i see it slog and it prints this
as the logs it did search for
.fvm/flutter_sdk
but not in~/fvm/versions
that i have told it in vs code setting jsonBeta Was this translation helpful? Give feedback.
All reactions