25 lines
876 B
JSON
25 lines
876 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": "Run Godot Run",
|
|
"type": "coreclr",
|
|
"request": "launch",
|
|
"preLaunchTask": "build",
|
|
"program" :"E:/tools/Godot_v4.5.1-stable_mono_win64/Godot_v4.5.1-stable_mono_win64_console.exe",
|
|
"cwd": "${workspaceFolder}",
|
|
"console": "internalConsole",
|
|
"stopAtEntry": false,
|
|
"args": [
|
|
"--path",
|
|
"${workspaceFolder}",
|
|
//"--script",
|
|
//"res://addons/godot-csharp-ide/launchers/VSCodeLauncher.cs"
|
|
]
|
|
}
|
|
|
|
]
|
|
} |