From cdcf1cb8d0d4f213e6e8b1c09c47a8a44aef3e77 Mon Sep 17 00:00:00 2001 From: oliik2013 <131269027+oliik2013@users.noreply.github.com> Date: Fri, 7 Jun 2024 14:41:39 +0000 Subject: [PATCH] modified: .vscode/launch.json --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 30daa57..31a8a86 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "type": "vscode-edge-devtools.debug", "request": "launch", "name": "Launch Microsoft Edge and open the Edge DevTools", - "url": "https://oliik2013.github.io/sigma.pl/index.html", + "url": "https://oliik2013.github.io/sigma.pl/", "webRoot": "${workspaceFolder}" }, ]