We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25da5bc commit 0a91c4cCopy full SHA for 0a91c4c
.vscode/settings.json
@@ -1,8 +1,4 @@
1
{
2
- "dart.flutterSdkPaths": [
3
- "~/.asdf/installs/flutter/2.5.0-stable"
4
- ],
5
- "dart.sdkPaths": [
6
- "~/.asdf/installs/dart/2.14.1/dart-sdk"
7
- ]
8
-}
+ "dart.flutterSdkPath": "~/.asdf/installs/flutter/2.5.0-stable",
+ "dart.sdkPaths": "~/.asdf/installs/dart/2.14.1/dart-sdk"
+}
0 commit comments