Update launch.json
This commit is contained in:
parent
9b2a7ac756
commit
7406dd09af
36
.vscode/launch.json
vendored
36
.vscode/launch.json
vendored
|
|
@ -5,37 +5,17 @@
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "Launch Edge",
|
"name": "HTTP Server",
|
||||||
|
"type": "python",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
|
"module": "http.server",
|
||||||
|
"justMyCode": true
|
||||||
|
},
|
||||||
|
{
|
||||||
"type": "msedge",
|
"type": "msedge",
|
||||||
"file": "${workspaceFolder}/index.html"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Launch index.html",
|
|
||||||
"type": "firefox",
|
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"reAttach": true,
|
"name": "Edge",
|
||||||
"file": "${workspaceFolder}/index.html"
|
"file": "${workspaceFolder}/cv.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}"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue