Skip to content

Commit

Permalink
Update .vscode/taks.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker committed Oct 1, 2024
1 parent 249536e commit 0e4e992
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"label": "godot-extension: Build Debug",
"detail": "Builds debug godot extension library",
"type": "shell",
"command": "scons --directory /cpp/ target=template_debug debug_symbols=yes optimize=debug",
"command": "scons --directory cpp target=template_debug debug_symbols=yes optimize=debug",
"group": {
"kind": "build",
"isDefault": true
Expand All @@ -15,13 +15,13 @@
"label": "godot-extension: Clean Build Files",
"detail": "Removes artifacts from the build process",
"type": "shell",
"command": "scons --clean --directory /cpp/",
"command": "scons --clean --directory cpp",
"problemMatcher": []
}, {
"label": "godot-extension: Build Compilation Commands",
"detail": "Removes artifacts from the build process",
"type": "shell",
"command": "scons cdb --directory /cpp/ target=template_debug debug_symbols=yes optimize=debug",
"command": "scons cdb --directory cpp target=template_debug debug_symbols=yes optimize=debug",
"problemMatcher": []
}, {
"label": "godot-extension: Doctool Dump Documentation Files",
Expand Down

0 comments on commit 0e4e992

Please sign in to comment.