mirror of
https://github.com/Steffo99/pineapple-surf.git
synced 2024-11-21 07:24:19 +00:00
Delete vsc debug config, not supported on gd4
This commit is contained in:
parent
7a4a4e4e81
commit
cdbb4daee2
1 changed files with 0 additions and 25 deletions
25
.vscode/launch.json
vendored
25
.vscode/launch.json
vendored
|
@ -1,25 +0,0 @@
|
|||
{
|
||||
"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
|
||||
},
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue