add task for sessions (#297298)

* feat: add task to run development sessions

* feat: enable inSessions for task arguments
This commit is contained in:
Benjamin Christopher Simmonds
2026-02-24 12:08:30 +01:00
committed by GitHub
parent 93779963f3
commit 2c3fdeba44

13
.vscode/tasks.json vendored
View File

@@ -228,6 +228,19 @@
"problemMatcher": [],
"inSessions": true
},
{
"label": "Run Dev Sessions",
"type": "shell",
"command": "./scripts/code.sh",
"windows": {
"command": ".\\scripts\\code.bat"
},
"args": [
"--sessions"
],
"inSessions": true,
"problemMatcher": []
},
{
"type": "npm",
"script": "electron",