Skip to content

Commit

Permalink
Add the tasks.json file back for xdebug in vscode (#2650)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-danae authored Jul 10, 2023
1 parent 16002b3 commit c35881e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"type": "shell",
"command": "npm run xdebug:start",
"label": "enable:xdebug"
},
{
"type": "shell",
"command": "npm run xdebug:stop",
"label": "disable:xdebug"
}
]
}

0 comments on commit c35881e

Please sign in to comment.