Crusader_Decomp/Crusader_Decomp.code-workspace
MaddoScientisto ad6ebd0b86 Add PyGhidra Crusader Toolkit and patch scripts
- Introduced README.md for the PyGhidra Crusader Toolkit, detailing setup and usage instructions.
- Added bootstrap_env.ps1 script to create and refresh the Python virtual environment with necessary packages.
- Implemented _tmp_patch_hidden_cheat_menu.py and _tmp_patch_hidden_cheat_menu_deferred.py scripts for patching specific memory addresses in Ghidra.
2026-03-25 08:15:21 +01:00

27 lines
No EOL
438 B
Text

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