update tasks

This commit is contained in:
heaven 2026-06-23 01:11:00 +03:00
parent cd93f4df04
commit 9aaa0b1833

8
.vscode/tasks.json vendored
View file

@ -1,5 +1,11 @@
{ {
"version": "2.0.0", "version": "2.0.0",
"options": {
"shell": {
"executable": "/bin/bash",
"args": ["-l", "-c"]
}
},
"tasks": [ "tasks": [
{ {
"label": "Deploy to vojo.chat", "label": "Deploy to vojo.chat",
@ -52,7 +58,7 @@
{ {
"label": "Connect to Android device (ADB)", "label": "Connect to Android device (ADB)",
"type": "shell", "type": "shell",
"command": "adb connect 192.168.1.204:5555", "command": "adb connect 192.168.1.71:5555",
"group": "none", "group": "none",
"presentation": { "presentation": {
"reveal": "always", "reveal": "always",