-
Notifications
You must be signed in to change notification settings - Fork 340
Closed
Labels
Description
This looks exiting! I tried to install on a Mac, but I get the error that it cannot locate the Dart SDK (Dart-Code: Could not find a Dart SDK to use. Please add it to your PATH or set it in the extensions settings and reload).
I tried to configure it like this, but I still get the error:
$ cat "$HOME/Library/Application Support/Code/User/settings.json"
// Place your settings in this file to overwrite the default settings
{
"dart.sdkPath": "/usr/local/Cellar/dart/1.18.1/"
}
$