diff --git a/.vscode/tasks.json b/.vscode/tasks.json index b56a8797a1f..c330df2edec 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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",