mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-22 23:57:50 -05:00
19 lines
No EOL
341 B
JSON
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"
|
|
}
|
|
]
|
|
} |