Skip to content

Commit

Permalink
Update launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zobo committed Mar 16, 2023
1 parent 1057d10 commit 6b73a61
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,30 @@
"args": ["out/test", "--no-timeouts", "--colors"],
"cwd": "${workspaceRoot}",
"sourceMaps": true,
"env": {
"VSCODE_DEBUG_PORT": "4711"
},
"outFiles": ["${workspaceFolder}/out/**/*.js"]
}
],
"compounds": [
{
"name": "PHP Debug",
"stopAll": true,
"configurations": ["Debug adapter", "Launch Extension"],
"presentation": {
"group": "0_php",
"order": 1
}
},
{
"name": "Unit tests",
"stopAll": true,
"configurations": ["Debug adapter", "Mocha"],
"presentation": {
"group": "0_php",
"order": 2
}
}
]
}

0 comments on commit 6b73a61

Please sign in to comment.