Funkin/.vscode/launch.json

19 lines
341 B
JSON
Raw Normal View History

{
"version": "0.2.0",
"configurations": [
2022-02-09 20:32:35 -05:00
{
"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"
}
]
}