Funkin/.vscode/launch.json
2022-02-09 19:32:35 -06:00

19 lines
No EOL
341 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "HTML5 Debug",
"type": "chrome",
"request": "launch",
"url": "http://127.0.0.1:3001",
"sourceMaps": true,
"webRoot": "${workspaceFolder}",
"preLaunchTask": "debug: html"
},
{
"name": "Lime",
"type": "lime",
"request": "launch"
}
]
}