Files
bitburner-scripts/.vscode/launch.json
2024-08-10 14:11:45 +02:00

11 lines
191 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "attach",
"name": "Attach to BitBurner",
"port": 9222,
}
]
}