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",
"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",