Funkin/.vscode/launch.json

18 lines
305 B
JSON
Raw Normal View History

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