diff --git a/.vscode/launch.json b/.vscode/launch.json index 8f18ca1c..f82650a4 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "name": "Attach to Chrome", "port": 9222, "request": "attach", - "type": "chrome", + "type": "chrome", "webRoot": "${workspaceFolder}" }, {