mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 19:25:16 -05:00
17 lines
299 B
JSON
17 lines
299 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"
|
|
}
|
|
]
|
|
}
|