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

move devcontainer to allow debugging updater with the default devcontainer #5648

Merged
merged 1 commit into from
Sep 7, 2022

Conversation

jakecoffman
Copy link
Member

Now that updater is in core, there's no way to use Codespaces to run the updater tests since the devcontainer.json we specified drops us in docker-dev-shell where updater doesn't exist.

So I've moved devcontainer.json to a subdirectory which gives us the ability to choose between the devcontainer.json we specified and the default one Codespaces uses:

Screen Shot 2022-09-07 at 9 29 19 AM

Bonus: I noticed there was no cacheFrom specified, so I've added one and it seems to be using it when building. This should save some time!

@jakecoffman jakecoffman requested a review from a team as a code owner September 7, 2022 14:30
Copy link
Member

@Nishnha Nishnha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@jakecoffman jakecoffman merged commit 5a3f022 into main Sep 7, 2022
@jakecoffman jakecoffman deleted the jakecoffman/codespace-updates branch September 7, 2022 17:24
@pavera pavera mentioned this pull request Oct 31, 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.

2 participants