Skip to content

Commit 0a91c4c

Browse files
committed
build: change propery name
1 parent 25da5bc commit 0a91c4c

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.vscode/settings.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
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-
}
2+
"dart.flutterSdkPath": "~/.asdf/installs/flutter/2.5.0-stable",
3+
"dart.sdkPaths": "~/.asdf/installs/dart/2.14.1/dart-sdk"
4+
}

0 commit comments

Comments
 (0)