Some updates #13

Merged
Benjamin merged 3 commits from some-updates into master 2023-02-12 10:02:39 +00:00
Showing only changes of commit 7406dd09af - Show all commits

36
.vscode/launch.json vendored
View file

@ -5,37 +5,17 @@
"version": "0.2.0",
"configurations": [
{
"name": "Launch Edge",
"name": "HTTP Server",
"type": "python",
"request": "launch",
"module": "http.server",
"justMyCode": true
},
{
"type": "msedge",
"file": "${workspaceFolder}/index.html"
},
{
"name": "Launch index.html",
"type": "firefox",
"request": "launch",
"reAttach": true,
"file": "${workspaceFolder}/index.html"
},
{
"name": "Launch localhost",
"type": "firefox",
"request": "launch",
"reAttach": true,
"url": "http://localhost/index.html",
"webRoot": "${workspaceFolder}"
},
{
"name": "Attach",
"type": "firefox",
"request": "attach"
},
{
"name": "Launch WebExtension",
"type": "firefox",
"request": "launch",
"reAttach": true,
"addonPath": "${workspaceFolder}"
"name": "Edge",
"file": "${workspaceFolder}/cv.html"
}
]
}