summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
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",