Skip to content

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

Merged
jakecoffman merged 1 commit intomainfrom
jakecoffman/codespace-updates
Sep 7, 2022
Merged

move devcontainer to allow debugging updater with the default devcontainer#5648
jakecoffman merged 1 commit intomainfrom
jakecoffman/codespace-updates

Conversation

@jakecoffman
Copy link
Copy Markdown
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
Copy Markdown
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