Files
vault-hunters-party-ui/.vscode/launch.json
2026-05-24 15:53:00 +02:00

14 lines
244 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Attach to Forge Client",
"request": "attach",
"hostName": "localhost",
"port": 5005,
"preLaunchTask": "runClientDebug"
}
]
}