add chrome configuration for debugging

This commit is contained in:
Andrew Dolgov 2021-02-22 13:44:25 +03:00
parent 167ed87684
commit 043ef3dad6
1 changed files with 11 additions and 1 deletions

12
.vscode/launch.json vendored
View File

@ -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",