Skip to content

Add postCreateCommand to the feature #11

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

Merged
merged 5 commits into from
Aug 27, 2023

Conversation

gerlero
Copy link
Contributor

@gerlero gerlero commented Jun 26, 2023

Closes #9

Adds a postcreate.jl script (taken from https://github.com/julia-vscode/julia-devcontainer) to the container on install and sets is as the postCreateCommand of the feature.

I'm using /usr/local/julia-devcontainer-features/postcreate.jl for the location of the script inside the container, but I don't know the conventions here, and there might very well be a better path.

Copy link
Member

@eitsupi eitsupi left a comment

Choose a reason for hiding this comment

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

Thanks for working on this!

A few minor comments.

Copy link
Member

@eitsupi eitsupi left a comment

Choose a reason for hiding this comment

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

Please bump the minor version here.

Copy link
Member

@eitsupi eitsupi left a comment

Choose a reason for hiding this comment

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

Looks good, thanks!

@eitsupi
Copy link
Member

eitsupi commented Jul 1, 2023

@JuliaLang @davidanthoff Could you take a look at this? (Unfortunately I cannot merge this.)

@gerlero
Copy link
Contributor Author

gerlero commented Aug 11, 2023

@JuliaLang @davidanthoff Could you take a look at this? (Unfortunately I cannot merge this.)

Soft ping to the maintainers—can we get this in?

Copy link
Collaborator

@davidanthoff davidanthoff left a comment

Choose a reason for hiding this comment

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

Looks good to me, sorry for being slow.

@davidanthoff davidanthoff merged commit 5592382 into JuliaLang:main Aug 27, 2023
@davidanthoff
Copy link
Collaborator

Do we need to do something so that this is picked up? Tag or something? Or is it enough to have this on main?

@eitsupi
Copy link
Member

eitsupi commented Aug 27, 2023

Do we need to do something so that this is picked up? Tag or something? Or is it enough to have this on main?

I assume this was released because you ran the CI manually. Thanks!

@davidanthoff
Copy link
Collaborator

Yep, I think so!

@gerlero
Copy link
Contributor Author

gerlero commented Aug 28, 2023

Thanks! Yes, can confirm it's been released.

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.

Install the postcreate script in the julia Feature
3 participants