Gitpod Dev Environments - InventorySystem/Documentation
- 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.gitpod.ymlin theextensionslist. See .gitpod.yml vscode extensions documentation. - 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.
Look at https://gitlab.com/LibreFoodPantry/client-solutions/theas-pantry/guestinfosystem/guestinfoapi as an example of a project that has already been converted.
Edited by Eli Hughes