From 043ef3dad68f774598e1b172ecb0f5ea75f112af Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 22 Feb 2021 13:44:25 +0300 Subject: add chrome configuration for debugging --- .vscode/launch.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to '.vscode') diff --git a/.vscode/launch.json b/.vscode/launch.json index d8aee785f..0e10b4b23 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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", -- cgit v1.2.3