mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 08:15:56 +01:00
add task for sessions (#297298)
* feat: add task to run development sessions * feat: enable inSessions for task arguments
This commit is contained in:
committed by
GitHub
parent
93779963f3
commit
2c3fdeba44
13
.vscode/tasks.json
vendored
13
.vscode/tasks.json
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user