-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
Add initial support for remote dev container #24681
Conversation
.devcontainer/Dockerfile
Outdated
# Install Python dependencies from requirements.txt if it exists | ||
COPY requirements_test_all.txt /workspace/ | ||
RUN pip3 install -r requirements_test_all.txt \ | ||
&& pip install tox |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe make no sense to add tox because you can run command directly/native
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Meu
I guess the Dev dockerfile exists for this, so does this replace that file? |
Well, that would be removed with: home-assistant/architecture#243 |
Okay! All in favor for cleaning things up, and using one image! |
We should also update the developer docs |
Here are some things that should be addressed:
|
Description:
Add initial support for Remote Containers: https://code.visualstudio.com/docs/remote/containers
I know, it's not perfect but a good start