add launch.json for xdebug
This commit is contained in:
parent
33fff26869
commit
167ed87684
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"version": "0.2.0",
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"name": "Listen for XDebug",
|
||||||
|
"type": "php",
|
||||||
|
"request": "launch",
|
||||||
|
"pathMappings": {
|
||||||
|
"/var/www/html/tt-rss": "${workspaceRoot}",
|
||||||
|
},
|
||||||
|
"port": 9000
|
||||||
|
}]
|
||||||
|
}
|
Loading…
Reference in New Issue