mirror of
https://github.com/smmarty/friflex_flutter_starter.git
synced 2025-12-22 01:20:46 +00:00
feat(app): add script and tasks
This commit is contained in:
12
.vscode/tasks.json
vendored
12
.vscode/tasks.json
vendored
@@ -37,6 +37,18 @@
|
||||
"reveal": "always"
|
||||
},
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "switch_to_gms",
|
||||
"type": "shell",
|
||||
"command": "./switch_service.sh gms",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "switch_to_aurora",
|
||||
"type": "shell",
|
||||
"command": "./switch_service.sh aurora",
|
||||
"problemMatcher": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user