Skip to content

Commit c275a17

Browse files
committed
fvm config
1 parent 49e9cd9 commit c275a17

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,7 @@ macos/Flutter/GeneratedPluginRegistrant.swift
6161
untranslated.json
6262

6363
# FVM Version Cache
64-
.fvm/
64+
.fvm/
65+
66+
#vscode folder
67+
.vscode/

.vscode/settings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
"[dart]": {
33
"editor.defaultFormatter": "Dart-Code.dart-code",
44
"editor.formatOnSave": true
5-
},
6-
"dart.flutterSdkPath": ".fvm/versions/3.41.9"
5+
}
76
}

0 commit comments

Comments
 (0)