mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-07 15:31:30 -05:00
add desktop-gui watch to terminals.json
This commit is contained in:
Vendored
+7
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user