Skip to content

Commit

Permalink
Fix doc dump vscode task
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker committed Nov 30, 2024
1 parent 77d371c commit df2fb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"label": "godot-extension: Doctool Dump Documentation Files",
"detail": "Dumps GDExtension documentation xml files",
"type": "shell",
"command": "${config:godotTools.editorPath.godot4} --doctool ./cpp/src/ --gdextension-docs --editor --headless --quit",
"command": "cd ../../ && ${config:godotTools.editorPath.godot4} --doctool ./addons/glecs/cpp/src --gdextension-docs --editor --headless --quit",
"problemMatcher": []
}
]
Expand Down

0 comments on commit df2fb92

Please sign in to comment.