Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.32 KB

File metadata and controls

33 lines (23 loc) · 1.32 KB

HSTAT SEP IDE

Welcome to your new IDE, which stands for

  • Integrated
  • Development
  • Environment

It is a place (environment) where all of your development tools (i.e. text editor, terminal, and file tree) are all integrated into the same window.

The first time you see this, there are just a few more steps to do:

  1. Go to https://github.com/settings/tokens/new

    • The note can be anything!
    • The expiration doesn't matter either
    • Make sure you check admin:public_key
    • Press Generate token then copy it using the icon
  2. In the terminal below, type addtoken

    • When prompted, paste in your token.
  3. In the terminal below, type addfolder

    • When prompted, enter your grade.

⚠️ IMPORTANT: Prevent Your Codespace from Auto-Deleting

By default, GitHub deletes inactive codespaces after 30 days. Follow these steps to keep your work safe:

  1. Go to https://github.com/codespaces
  2. Find your hstatsep/codespace codespace in the list
  3. Click the three dots (...) menu on the right
  4. UNCHECK the option to "Auto-delete codespace"

Do this once when you first create your codespace.