34 lines
978 B
JSON
34 lines
978 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Debug GDScript Scene",
|
|
"type": "godot",
|
|
"request": "launch",
|
|
"project": "${workspaceFolder}",
|
|
// "project": "/Users/paul/Documents/dev/godot/MountainsAndSeas",
|
|
"port": 6007,
|
|
"address": "127.0.0.1",
|
|
"scene": "current",
|
|
"fixed_fps": 60,
|
|
"disable_vsync": false,
|
|
"preLaunchTask": ""
|
|
},
|
|
{
|
|
"name": "Debug GDScript Project",
|
|
"type": "godot",
|
|
"request": "launch",
|
|
"project": "${workspaceFolder}",
|
|
// "project": "/Users/paul/Documents/dev/godot/MountainsAndSeas",
|
|
"port": 6007,
|
|
"address": "127.0.0.1",
|
|
"scene": "main",
|
|
"fixed_fps": 60,
|
|
"disable_vsync": false,
|
|
"preLaunchTask": ""
|
|
}
|
|
]
|
|
} |