Skip to content

Commit

Permalink
Merge branch 'main' into hud-system
Browse files Browse the repository at this point in the history
  • Loading branch information
rodney528 committed Dec 25, 2024
2 parents 6f41ef7 + f8f78d7 commit e6e02f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"type": "shell"
},
{
"command": "haxe -cp compile -D analyzer-optimize --run Main test -debug --haxelib=hxcpp-debug-server --connect 6000",
"command": "haxe -cp compile -D analyzer-optimize --run Main test -debug",
"group": {
"isDefault": true,
"kind": "build"
Expand Down Expand Up @@ -60,7 +60,7 @@
"type": "shell"
},
{
"command": "haxe -cp compile -D analyzer-optimize --run Main build -debug --haxelib=hxcpp-debug-server --connect 6000",
"command": "haxe -cp compile -D analyzer-optimize --run Main build -debug",
"label": "Compile Debug",
"problemMatcher": [
"$haxe-absolute",
Expand Down

0 comments on commit e6e02f3

Please sign in to comment.