mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-23 23:33:55 +00:00
18 lines
305 B
JSON
18 lines
305 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
// Launch in native/CPP
|
|
"name": "Lime",
|
|
"type": "lime",
|
|
"request": "launch"
|
|
},
|
|
{
|
|
// Evaluate macros with debugging enabled
|
|
"name": "Haxe Eval",
|
|
"type": "haxe-eval",
|
|
"request": "launch"
|
|
}
|
|
]
|
|
}
|