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