Skip to content

Commit

Permalink
Add launch json
Browse files Browse the repository at this point in the history
  • Loading branch information
itsamoreh committed Nov 28, 2023
1 parent 1ca770e commit cbc4dc9
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"command": "npm run env:start",
"name": "WP Env start",
"request": "launch",
"type": "node-terminal"
},
{
"command": "npm run watch",
"name": "Watch",
"request": "launch",
"type": "node-terminal"
},
{
"command": "npm run env:stop",
"name": "WP Env stop",
"request": "launch",
"type": "node-terminal"
},
{
"command": "npm run env:stop",
"name": "WP Env stop",
"request": "launch",
"type": "node-terminal"
}
]
}

0 comments on commit cbc4dc9

Please sign in to comment.