Fantasy-Map-Generator/.vscode/launch.json
2020-03-27 17:52:23 +03:00

11 lines
No EOL
183 B
JSON

{
"version": "0.1.0",
"configurations": [
{
"name": "Debug",
"type": "chrome",
"request": "launch",
"file": "${workspaceFolder}/index.html"
}
]
}