Skip to content

Add dev container #94

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

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Add dev container #94

wants to merge 2 commits into from

Conversation

ajayyy
Copy link
Member

@ajayyy ajayyy commented Jun 13, 2021

A dev container let's you start a vscode workspace with all dependencies and extensions installed. The editing will happen in a docker container, so it will ensure that everyone has the same setup. Using the containers vscode extension, the project will be able to be opened as a "container" locally with everything pre-installed.

This also allows you to quickly start a new environment in the web, or connecting remotely to the web from vscode, without even having to install WSL.

image

image

TODO:

@ajayyy ajayyy marked this pull request as draft June 13, 2021 04:23
@jonapap
Copy link
Member

jonapap commented Jun 13, 2021

Seems it is not a fully released feature, right? You have to go on a waitlist? https://github.com/features/codespaces

@ajayyy
Copy link
Member Author

ajayyy commented Jun 13, 2021

Oh, I guess I have early access. This can still be used with the Remote - Containers vscode extension though. Maybe we do need gitpod then.

@ajayyy ajayyy closed this Jul 17, 2021
@ajayyy ajayyy reopened this Jul 17, 2021
@jonapap
Copy link
Member

jonapap commented Jan 19, 2022

Just realized, why don't we use this (a dev container) instead of this repo? https://github.com/uorocketry/docker-rocket-code/blob/main/Dockerfile Was there a reason that we didn't do this?

@ajayyy
Copy link
Member Author

ajayyy commented Jan 20, 2022

I think it kind of works right now, but is missing the private submodules

@seofernando25
Copy link
Contributor

seofernando25 commented Mar 20, 2022

I think it kind of works right now, but is missing the private submodules

The private submodule issue is fixed now (since there are no more private submodules we need to pull)

@ajayyy
Copy link
Member Author

ajayyy commented Mar 24, 2022

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.

3 participants