Crusader_Decomp/Crusader_Decomp.code-workspace
MaddoScientisto daa363c3d2 Add 'annotate-usecode' command to import USECODE IR JSON annotations
- Introduced a new command 'annotate-usecode' to import USECODE IR JSON annotation hints as Ghidra comments on compiled anchors.
- Added argument parsing for multiple IR JSON files, comment type selection, and a dry-run option.
- Implemented logic to read annotation records from the provided IR files and set comments on the corresponding addresses in Ghidra.
- Enhanced JSON schema to include response structure for the new command.
2026-03-24 18:14:20 +01:00

24 lines
No EOL
397 B
Text

{
"folders": [
{
"path": "."
},
{
"path": "../../mcp/GhidraMCP"
},
{
"path": "../../misc/scummvm"
},
{
"path": "../../misc/pentagram"
}
],
"settings": {
"chat.tools.terminal.autoApprove": {
"Set-Content": true
},
"python-envs.defaultEnvManager": "ms-python.python:pyenv",
"powershell.cwd": "Crusader_Decomp",
"commentTranslate.hover.enabled": false
}
}