mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-03 20:14:22 +02:00
Upgrade min compatible Godot version to 4.2.1
This commit is contained in:
parent
52a89827c9
commit
fac6361898
16 changed files with 39 additions and 42 deletions
|
@ -8,7 +8,7 @@
|
|||
"name": "Main (gdb) Launch",
|
||||
"type": "cppdbg",
|
||||
"request": "launch",
|
||||
"program": "/run/current-system/sw/bin/godot",
|
||||
"program": "/run/current-system/sw/bin/godot4",
|
||||
"args": [
|
||||
"${workspaceFolder}/examples/menu/menu.tscn",
|
||||
],
|
||||
|
@ -24,18 +24,17 @@
|
|||
"ignoreFailures": true,
|
||||
},
|
||||
{
|
||||
"description": "Set Disassembly Flavor to Intel",
|
||||
"description": "Set Disassembly Flavor to Intel",
|
||||
"text": "-gdb-set disassembly-flavor intel",
|
||||
"ignoreFailures": true,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Editor (gdb) Launch",
|
||||
"type": "cppdbg",
|
||||
"request": "launch",
|
||||
"program": "/run/current-system/sw/bin/godot",
|
||||
"program": "/run/current-system/sw/bin/godot4",
|
||||
"args": [
|
||||
"--editor",
|
||||
],
|
||||
|
@ -51,7 +50,7 @@
|
|||
"ignoreFailures": true,
|
||||
},
|
||||
{
|
||||
"description": "Set Disassembly Flavor to Intel",
|
||||
"description": "Set Disassembly Flavor to Intel",
|
||||
"text": "-gdb-set disassembly-flavor intel",
|
||||
"ignoreFailures": true,
|
||||
},
|
||||
|
@ -65,7 +64,7 @@
|
|||
"name": "Test (gdb) Launch",
|
||||
"type": "cppdbg",
|
||||
"request": "launch",
|
||||
"program": "/run/current-system/sw/bin/godot",
|
||||
"program": "/run/current-system/sw/bin/godot4",
|
||||
"args": [
|
||||
"--no-window",
|
||||
"-s",
|
||||
|
@ -85,4 +84,4 @@
|
|||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue