This commit is contained in:
Philipp
2024-10-05 18:34:58 +02:00
parent 8f7eab764e
commit 04ab272198
10 changed files with 1362 additions and 0 deletions

19
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,19 @@
{
"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}"
}
]
}