mirror of
https://github.com/Steffo99/pineapple-surf.git
synced 2024-11-22 15:54:20 +00:00
26 lines
486 B
JSON
26 lines
486 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Current Scene",
|
||
|
"type": "godot",
|
||
|
"request": "launch",
|
||
|
"project": "${workspaceFolder}",
|
||
|
"port": 6007,
|
||
|
"address": "127.0.0.1",
|
||
|
"launch_game_instance": true,
|
||
|
"launch_scene": false
|
||
|
},
|
||
|
{
|
||
|
"name": "Full Project",
|
||
|
"type": "godot",
|
||
|
"request": "launch",
|
||
|
"project": "${workspaceFolder}",
|
||
|
"port": 6007,
|
||
|
"address": "127.0.0.1",
|
||
|
"launch_game_instance": true,
|
||
|
"launch_scene": false
|
||
|
},
|
||
|
]
|
||
|
}
|