mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-16 18:03:47 +00:00
Did something to bullet
This commit is contained in:
parent
585b0d7705
commit
6cce37570c
3 changed files with 48 additions and 25 deletions
14
.vscode/tasks.json
vendored
14
.vscode/tasks.json
vendored
|
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
||||
// for the documentation about the tasks.json format
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "build",
|
||||
"group": "build",
|
||||
"type": "shell",
|
||||
"command": "scons",
|
||||
"command": "F:/Apps/Godot_v4.2.1-stable_mono_win64/Godot_v4.2.1-stable_mono_win64.exe",
|
||||
"type": "process",
|
||||
"args": [
|
||||
// enable for debugging with breakpoints
|
||||
"dev_build=yes",
|
||||
"--build-solutions",
|
||||
"--path",
|
||||
"${workspaceRoot}",
|
||||
"--no-window",
|
||||
"-q"
|
||||
],
|
||||
"problemMatcher": "$msCompile"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue