This repository has been archived on 2021-10-15. You can view files and clone it, but cannot push or open issues or pull requests.
2020-coding-projects/mandelbrot-webassembly/.vscode/launch.json

10 lines
200 B
JSON
Raw Permalink Normal View History

2020-04-27 07:53:21 +00:00
{
"version": "0.2.0",
"configurations": [{
"name": "Launch index.html",
"type": "firefox",
"request": "launch",
"reAttach": true,
"file": "${workspaceFolder}/index.html"
}]
}