Corrected launch sequence
This commit is contained in:
parent
8bf9c7fda2
commit
57a5e1b7d0
1 changed files with 5 additions and 17 deletions
22
.vscode/launch.json
vendored
22
.vscode/launch.json
vendored
|
|
@ -4,14 +4,14 @@
|
||||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
// {
|
|
||||||
// "name": "run app",
|
|
||||||
// "request": "launch",
|
|
||||||
// "type": "dart"
|
|
||||||
// },
|
|
||||||
{
|
{
|
||||||
"name": "run app",
|
"name": "run app",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
|
"type": "dart"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "run app terminal",
|
||||||
|
"request": "launch",
|
||||||
"type": "node-terminal",
|
"type": "node-terminal",
|
||||||
"command": "fvm flutter run",
|
"command": "fvm flutter run",
|
||||||
},
|
},
|
||||||
|
|
@ -27,17 +27,5 @@
|
||||||
"type": "node-terminal",
|
"type": "node-terminal",
|
||||||
"command": "fvm flutter build apk --target-platform android-arm64",
|
"command": "fvm flutter build apk --target-platform android-arm64",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "pharmacy_mobile (profile mode)",
|
|
||||||
"request": "launch",
|
|
||||||
"type": "dart",
|
|
||||||
"flutterMode": "profile"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "pharmacy_mobile (release mode)",
|
|
||||||
"request": "launch",
|
|
||||||
"type": "dart",
|
|
||||||
"flutterMode": "release"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue