update tasks
This commit is contained in:
parent
cd93f4df04
commit
9aaa0b1833
1 changed files with 7 additions and 1 deletions
8
.vscode/tasks.json
vendored
8
.vscode/tasks.json
vendored
|
|
@ -1,5 +1,11 @@
|
|||
{
|
||||
"version": "2.0.0",
|
||||
"options": {
|
||||
"shell": {
|
||||
"executable": "/bin/bash",
|
||||
"args": ["-l", "-c"]
|
||||
}
|
||||
},
|
||||
"tasks": [
|
||||
{
|
||||
"label": "Deploy to vojo.chat",
|
||||
|
|
@ -52,7 +58,7 @@
|
|||
{
|
||||
"label": "Connect to Android device (ADB)",
|
||||
"type": "shell",
|
||||
"command": "adb connect 192.168.1.204:5555",
|
||||
"command": "adb connect 192.168.1.71:5555",
|
||||
"group": "none",
|
||||
"presentation": {
|
||||
"reveal": "always",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue