add config to allow for remote debugging
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -136,3 +136,6 @@ NetscriptDefinitions.d.ts
|
||||
|
||||
mirror/
|
||||
build/
|
||||
|
||||
.vscode/*
|
||||
!.vscode/launch.json
|
||||
11
.vscode/launch.json
vendored
Normal file
11
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "chrome",
|
||||
"request": "attach",
|
||||
"name": "Attach to BitBurner",
|
||||
"port": 9222,
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user