1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-19 00:21:11 +00:00
Funkin/.vscode/launch.json

18 lines
299 B
JSON
Raw Normal View History

{
"version": "0.2.0",
"configurations": [
2022-02-23 21:49:54 +00:00
{
// Launch in native/CPP
"name": "Lime",
"type": "lime",
"request": "launch"
2022-02-23 21:49:54 +00:00
},
{
// Evaluate macros with debugging enabled
"name": "Haxe Eval",
"type": "haxe-eval",
"request": "launch"
}
]
2022-02-23 21:49:54 +00:00
}