I have downloaded my Flutter sdk and saved in my documents on mac device .I have set my path variable .I have checked my user settings where my sdk is being saved and its "dart.flutterSdkPath": "/Users/abcd/Documents/flutter". However Flutter command runs on my root terminal but not running on VScode editor terminal.Why is that so
--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Did you restart vscode?
<rakeshl...@gmail.com> schrieb am Fr., 27. Juli 2018 um 14:20 Uhr:
I have downloaded my Flutter sdk and saved in my documents on mac device .I have set my path variable .I have checked my user settings where my sdk is being saved and its "dart.flutterSdkPath": "/Users/abcd/Documents/flutter". However Flutter command runs on my root terminal but not running on VScode editor terminal.Why is that so--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev+unsubscribe@googlegroups.com.
Yes, I did.
On 27-Jul-2018 5:51 PM, "Rudi Floren" <rudi....@gmail.com> wrote:
Did you restart vscode?
<rakeshl...@gmail.com> schrieb am Fr., 27. Juli 2018 um 14:20 Uhr:
I have downloaded my Flutter sdk and saved in my documents on mac device .I have set my path variable .I have checked my user settings where my sdk is being saved and its "dart.flutterSdkPath": "/Users/abcd/Documents/flutter". However Flutter command runs on my root terminal but not running on VScode editor terminal.Why is that so--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
echo $PATH
Documents/flutter/bin:Documents/flutter/bin:Documents/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
--