summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-22 13:44:25 +0300
committerAndrew Dolgov <[email protected]>2021-02-22 13:44:25 +0300
commit043ef3dad68f774598e1b172ecb0f5ea75f112af (patch)
tree7f254d00c1edb031112c0a434991a6523a8a0857 /.vscode
parent167ed87684e7eb392d2f762d7294acf4b261c5da (diff)
add chrome configuration for debugging
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json12
1 files changed, 11 insertions, 1 deletions
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",