mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-21 23:54:23 +00:00
18 lines
No EOL
306 B
JSON
18 lines
No EOL
306 B
JSON
{
|
|
"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}",
|
|
}
|
|
]
|
|
} |