Transition from Dev Containers to Gitpod
All Thea's Pantry projects need to be set up to work with VSCode in Gitpod (rather than VSCode devcontainers).
- All settings from the
.devcontainer/devcontainer.jsonfile should be moved to.vscode/settings.json - All extensions from the
.devcontainer/devcontainer.jsonfile should be moved to.vscode/extensions.json - If there are no settings or extensions, create an issue and tag @kwurst so that he can help determine what should be added.
- Check the
.devcontainer/Dockerfileto see if any dependencies are being installed. If there is anything being installed (other than bash-completion and silversearcher) create an issue and tag @kwurst so that he can make a determination about what to do with it.
Edited by Abraham Passmore