Funkin/.vscode/launch.json

10 lines
133 B
JSON
Raw Normal View History

{
"version": "0.2.0",
"configurations": [
{
"name": "Lime",
"type": "lime",
"request": "launch"
}
]
}