chore: add a test task to run test-tmux.sh

This commit is contained in:
yeti 2025-05-16 10:46:52 +01:00
parent 6010c6a0ee
commit 2123131ca5

8
.vscode/tasks.json vendored
View File

@ -50,6 +50,14 @@
"command": "${workspaceFolder}/.bin/create-home-tarball.sh", "command": "${workspaceFolder}/.bin/create-home-tarball.sh",
"problemMatcher": [], "problemMatcher": [],
"detail": "create home.tar.gz from .config .local .ssh start.sh" "detail": "create home.tar.gz from .config .local .ssh start.sh"
},
{
"label": "Start a tmux test session",
"type": "shell",
"group": "test",
"command": "${workspaceFolder}/.bin/test-tmux.sh",
"problemMatcher": [],
"detail": "run tmux with project room as home"
} }
], ],
"inputs": [] "inputs": []