Juxtaposedwords / bitburner

What's more fun than bit burner? Arguing with your friends in pull request- I mean, playing bit burner with your friends.
1 stars 0 forks source link
bitburner

bitburner

Setup

Install bitburner extension

  1. Find your extensions folder
    1. Open the CMD palette (Power + CTRL + P) and type "Open Extension Folder"
  2. Use git to clone https://github.com/bitburner-official/bitburner-vscode into the extension directory
  3. Restart VSCode
  4. Configure the extension:
    1. Open the extension extension by either :
      • using "CTRL + SHIFt + X"
      • Open the CMD palette (Power + CTRL + P) and type "Show installed extensions"
    2. Select the gear icon (⚙) by bitburner connector extension and select 'extension settings'
    3. Set the following settings:
      • Script root : ./out/
        • This way we dont' export any github tooling niceities
      • Auth Token:
        • Copy the auth token by opening bit burnern and folllowing:
        • API Server -> Copy Auth Token

Configuration information

Autocomplete seems busted?