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