1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-12-29 00:08:11 +00:00
Funkin/.vscode/launch.json

19 lines
341 B
JSON
Raw Normal View History

{
"version": "0.2.0",
"configurations": [
2022-02-10 01:32:35 +00: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"
}
]
}