14 lines
244 B
JSON
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"
|
|
}
|
|
]
|
|
}
|