diff --git a/.vscode/launch.json b/.vscode/launch.json index fe30508..254dbb6 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,9 +8,9 @@ "type": "firefox", "request": "launch", "name": "Debug chip8 emulator", - "webRoot": "${workspaceFolder}", "reAttach": true, - "url": "http://localhost:5500/test.html", + "url": "http://localhost:5500/", + "webRoot": "${workspaceFolder}", "pathMappings": [ { "url": "http://localhost:5500/dist", @@ -20,7 +20,7 @@ "url": "http://localhost:5500/src", "path": "${workspaceFolder}/src" } - ] + ], }, /* { diff --git a/test.html b/index.html similarity index 100% rename from test.html rename to index.html