add desktop-gui watch to terminals.json

This commit is contained in:
Zach Bloomquist
2019-02-22 11:09:26 -05:00
parent fd5321785b
commit a3ba68f136
+7
View File
@@ -51,6 +51,13 @@
"onlySingle": true,
"cwd": "[workspaceFolder]/packages/desktop-gui",
"command": "npm run cypress:open"
},
{
"name": "packages/desktop-gui watch",
"focus": true,
"onlySingle": true,
"cwd": "[workspaceFolder]/packages/desktop-gui",
"command": "npm run watch"
}
]
}