diff --git a/.vscode/launch.json b/.vscode/launch.json index a3a72ea7e09..df98217585a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -118,8 +118,7 @@ "type": "chrome", "request": "attach", "name": "Attach to VS Code", - "port": 9222, - "url": "*" + "port": 9222 }, { "type": "chrome", @@ -133,7 +132,8 @@ }, "linux": { "runtimeExecutable": "${workspaceRoot}/scripts/code.sh" - } + }, + "urlFilter": "*index.html*" } ] } \ No newline at end of file