1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-21 23:54:23 +00:00
hella-farm/.vscode/launch.json

18 lines
306 B
JSON
Raw Normal View History

2024-04-17 02:14:50 +00: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}",
}
]
}