feat(app): add script and tasks

This commit is contained in:
petrovyuri
2025-01-21 18:59:02 +03:00
parent 17d096baac
commit 40fc2209a4
8 changed files with 84 additions and 12 deletions

12
.vscode/tasks.json vendored
View File

@@ -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": []
}
]
}