12 lines
264 B
JSON
12 lines
264 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch index.html",
|
|
"type": "firefox",
|
|
"request": "launch",
|
|
"reAttach": true,
|
|
"file": "${workspaceFolder}/index.html"
|
|
}
|
|
]
|
|
} |