mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-01-18 11:20:40 +00:00
fixed fvm path typo
This commit is contained in:
parent
fd97fc7fef
commit
0854b7be9b
1 changed files with 1 additions and 1 deletions
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"task.slowProviderWarning": true,
|
"task.slowProviderWarning": true,
|
||||||
"dart.flutterSdkPath": "fvm",
|
"dart.flutterSdkPath": ".fvm/flutter_sdk",
|
||||||
"search.exclude": {
|
"search.exclude": {
|
||||||
"**/.fvm": true
|
"**/.fvm": true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue