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

fix: execute devcontainer user commands in the background #735

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

Tpuljak
Copy link
Member

@Tpuljak Tpuljak commented Jul 8, 2024

Execute Devcontainer User Commands in the Background

Description

With this PR, devcontainer user commands are executed in the background when a project is started. This makes the creation process more efficient as it now skips non-blocking commands.

  • This change requires a documentation update
  • I have made corresponding changes to the documentation

Related Issue(s)

Closes #733

@Tpuljak Tpuljak requested a review from a team as a code owner July 8, 2024 09:49
Signed-off-by: Toma Puljak <toma.puljak@hotmail.com>
@Tpuljak Tpuljak force-pushed the devcontainer-user-commands-background branch from 1cc04ab to 7bad879 Compare July 8, 2024 10:07
Copy link
Contributor

@lbrecic lbrecic left a comment

Choose a reason for hiding this comment

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

Nice work!

@Tpuljak Tpuljak merged commit a6f93d1 into main Jul 12, 2024
12 checks passed
@Tpuljak Tpuljak deleted the devcontainer-user-commands-background branch July 12, 2024 11:45
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.

Devcontainer non-blocking commands executed in the foreground
3 participants