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

19 lines
405 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "attach",
"name": "Attach to BitBurner (Steam)",
"port": 9222,
},
{
"type": "chrome",
"request": "attach",
"name": "Attach to BitBurner (Web)",
"port": 9222,
"urlFilter": "https://bitburner-official.github.io/*",
"webRoot": "${workspaceFolder}"
}
]
}