Skip to content

Commit a01ed29

Browse files
committed
revert: revert "chore: add fvm config"
This reverts commit ab930d0.
1 parent ab930d0 commit a01ed29

File tree

3 files changed

+15
-23
lines changed

3 files changed

+15
-23
lines changed

.fvmrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,3 @@ app.*.map.json
6666
/android/app/debug
6767
/android/app/profile
6868
/android/app/release
69-
70-
# FVM Version Cache
71-
.fvm/

tsdm_client.code-workspace

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
{
2-
"folders": [
3-
{
4-
"path": "."
5-
},
6-
{
7-
"path": "packages/dart_bbcode_parser"
8-
},
9-
{
10-
"path": "packages/dart_bbcode_web_colors"
11-
},
12-
{
13-
"path": "packages/flutter_bbcode_editor"
14-
}
15-
],
16-
"settings": {
17-
"dart.flutterSdkPath": ".fvm/versions/3.41.2"
18-
}
2+
"folders": [
3+
{
4+
"path": "."
5+
},
6+
{
7+
"path": "packages/dart_bbcode_parser"
8+
},
9+
{
10+
"path": "packages/dart_bbcode_web_colors"
11+
},
12+
{
13+
"path": "packages/flutter_bbcode_editor"
14+
}
15+
],
16+
"settings": {}
1917
}

0 commit comments

Comments
 (0)