Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…el-devcontainer into codespace
  • Loading branch information
cirolosapio-accenture committed Feb 26, 2024
2 parents b085a30 + 03f7891 commit 0bfc6e9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Listen for Xdebug",
"type": "php",
"request": "launch",
"port": 9003,
"hostname": "localhost",
"pathMappings": {
"/var/www/html": "${workspaceFolder}"
}
},
]
}

0 comments on commit 0bfc6e9

Please sign in to comment.