updated scripts
This commit is contained in:
parent
af3194db03
commit
2ee73a61f4
1 changed files with 13 additions and 7 deletions
20
.vscode/launch.json
vendored
20
.vscode/launch.json
vendored
|
|
@ -4,17 +4,23 @@
|
|||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
// {
|
||||
// "name": "run app",
|
||||
// "request": "launch",
|
||||
// "type": "dart"
|
||||
// },
|
||||
{
|
||||
"name": "run app",
|
||||
"request": "launch",
|
||||
"type": "dart"
|
||||
"type": "node-terminal",
|
||||
"command": "fvm flutter run",
|
||||
},
|
||||
{
|
||||
"name": "run without impeller",
|
||||
"request": "launch",
|
||||
"type": "node-terminal",
|
||||
"command": "fvm flutter run --no-enable-impeller",
|
||||
},
|
||||
// {
|
||||
// "name": "pharmacy_mobile",
|
||||
// "request": "launch",
|
||||
// "type": "node-terminal",
|
||||
// "command": "fvm flutter run --no-enable-impeller",
|
||||
// },
|
||||
{
|
||||
"name": "build apk",
|
||||
"request": "launch",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue