add chrome configuration for debugging
This commit is contained in:
parent
167ed87684
commit
043ef3dad6
|
@ -1,7 +1,17 @@
|
|||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
{
|
||||
"name": "Launch Chrome",
|
||||
"request": "launch",
|
||||
"type": "chrome",
|
||||
"pathMapping": {
|
||||
"/tt-rss/": "${workspaceFolder}"
|
||||
},
|
||||
"urlFilter": "*/tt-rss/*",
|
||||
"runtimeExecutable": "chrome.exe",
|
||||
},
|
||||
{
|
||||
"name": "Listen for XDebug",
|
||||
"type": "php",
|
||||
"request": "launch",
|
||||
|
|
Loading…
Reference in New Issue