Synchronize .devcontainer
between pretext new
and the pretext-codespace
repository
#455
Closed
oscarlevin
started this conversation in
Ideas
Replies: 4 comments
-
How about only overwriting the |
Beta Was this translation helpful? Give feedback.
0 replies
-
My pitch: as part of the |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is now implemented, and the docker image is being rebuild on each release as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We currently have two main ways that an author can start a pretext project.
pretext new
locally (orpretext init --refresh
on a previously created project).For both of these, the user gets a
.devcontainer
folder that let's them use codespaces. We should try to keep these containers identical. But that's tricky because part of creating a project from the template repository should be removing the directions to create the repository after it is made. Currently that is accomplished by callingpretext new -d .
as part of that.devcontainer
. But that recreates the.devcontainer
and prompts the user to rebuild.Any ideas are very welcome. @StevenClontz, @bjones1 ?
Beta Was this translation helpful? Give feedback.
All reactions