This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"Dart-Code.dart-code",
|
||||
"Dart-Code.flutter",
|
||||
"ms-azuretools.vscode-docker",
|
||||
"humao.rest-client"
|
||||
]
|
||||
}
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"dart.flutterSdkPath": null,
|
||||
"editor.formatOnSave": true,
|
||||
"files.eol": "\n"
|
||||
}
|
||||
Vendored
+23
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "flutter analyze",
|
||||
"type": "shell",
|
||||
"command": "cd app && flutter analyze",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "flutter test",
|
||||
"type": "shell",
|
||||
"command": "cd app && flutter test",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "docker compose up",
|
||||
"type": "shell",
|
||||
"command": "docker compose up baron-safe-web",
|
||||
"problemMatcher": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user