Skip to content

Instantly share code, notes, and snippets.

@SilentPenguin
Last active March 5, 2023 14:29
Show Gist options
  • Save SilentPenguin/bc0698b3a10cde04131d7f2a4fb79346 to your computer and use it in GitHub Desktop.
Save SilentPenguin/bc0698b3a10cde04131d7f2a4fb79346 to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "C:/Program Files/Godot/v4.0-beta1_mono/Godot_v4.0-beta1_mono_win64.exe",
"console": "internalConsole",
"stopAtEntry": false
},
{
"name": "Attach",
"type": "coreclr",
"request": "attach",
"processId": "${command:PickProcess}"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment