mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 11:34:21 +00:00
19 lines
No EOL
487 B
JSON
19 lines
No EOL
487 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Preview example page",
|
|
"type": "firefox",
|
|
"request": "launch",
|
|
"reAttach": true,
|
|
"file": "${workspaceFolder}/index.html",
|
|
},
|
|
{
|
|
"name": "Preview Apache httpd page",
|
|
"type": "firefox",
|
|
"request": "launch",
|
|
"reAttach": true,
|
|
"file": "${workspaceFolder}/apache.html",
|
|
},
|
|
]
|
|
} |