Synchronize .devcontainer between pretext new and the pretext-codespace repository
#455
Replies: 4 comments
-
|
How about only overwriting the |
Beta Was this translation helpful? Give feedback.
-
|
My pitch: as part of the |
Beta Was this translation helpful? Give feedback.
-
|
This is now implemented, and the docker image is being rebuild on each release as well. |
Beta Was this translation helpful? Give feedback.
-
|
Nice! |
Beta Was this translation helpful? Give feedback.
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 ?
Beta Was this translation helpful? Give feedback.
All reactions