diff --git a/.vscode/launch.json b/.vscode/launch.json index 18de2e4..f69fb8c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,23 +5,18 @@ "version": "0.2.0", "configurations": [ { - "type": "vscode-edge-devtools.debug", + "name": "Launch Edge", "request": "launch", - "name": "Launch Microsoft Edge and open the Edge DevTools inside VSCode", + "type": "msedge", "url": "https://oliik2013.github.io/sigma.pl/", "webRoot": "${workspaceFolder}" }, { - "type": "msedge", - "name": "Launch Microsoft Edge", + "type": "vscode-edge-devtools.debug", "request": "launch", - "runtimeArgs": [ - "--remote-debugging-port=9222" - ], + "name": "Launch Microsoft Edge and open the Edge DevTools inside VSCode", "url": "https://oliik2013.github.io/sigma.pl/", - "presentation": { - "hidden": true - } + "webRoot": "${workspaceFolder}" }, { "type": "msedge",