This commit is contained in:
TheNightglow
2021-08-23 23:32:51 +02:00
parent 8fce073b86
commit 7886a9cf56
5 changed files with 49 additions and 27 deletions

12
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch index.html",
"type": "firefox",
"request": "launch",
"reAttach": true,
"file": "${workspaceFolder}/index.html"
}
]
}