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 |
0 replies
|
My pitch: as part of the |
0 replies
|
This is now implemented, and the docker image is being rebuild on each release as well. |
0 replies
|
Nice! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We currently have two main ways that an author can start a pretext project.
pretext newlocally (orpretext init --refreshon a previously created project).For both of these, the user gets a
.devcontainerfolder 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.devcontainerand prompts the user to rebuild.Any ideas are very welcome. @StevenClontz, @bjones1 ?
All reactions