1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-12 22:35:55 +00:00

add chrome configuration for debugging

This commit is contained in:
Andrew Dolgov
2021-02-22 13:44:25 +03:00
parent 167ed87684
commit 043ef3dad6

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