Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devcontainer Improvements #3283

Open
wants to merge 2 commits into
base: v2
Choose a base branch
from
Open

Devcontainer Improvements #3283

wants to merge 2 commits into from

Conversation

SamB
Copy link
Contributor

@SamB SamB commented Dec 4, 2024

Two things:

  • Enable sshd, so you can open a shell in your usual terminal,
    edit codespace files in Emacs on your phone, you know,
    100% normal things programmers do.

  • Add commands to install/bootstrap right away,
    to simplify the container creation workflow from
    "create/wait/remember commands/run commands/wait"
    down to just "create/wait".

SamB added 2 commits December 4, 2024 13:20
This allows e.g. "gh codespace ssh" to work.
That way, the user can create their devcontainer and then go "grab
coffee" right away, instead of having to wait for the container to
start, run "pnpm install && pnpm bootstrap", and only *then* go for
their coffee.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant