1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2025-02-16 17:13:58 +00:00
hella-farm/.vscode/launch.json

18 lines
306 B
JSON
Raw Normal View History

2024-04-17 04:14:50 +02:00
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch Project",
"type": "godot",
"request": "launch",
"project": "${workspaceFolder}",
},
{
"name": "Launch Scene",
"type": "godot",
"request": "launch",
"scene": "current",
"project": "${workspaceFolder}",
}
]
}