Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add git-lfs support to devcontainer (#25385) | yp05327 | 2023-06-20 | 1 | -1/+2 |
| | |||||
* | Use qwtel.sqlite-viewer instead of alexcvzz.vscode-sqlite (#25386) | yp05327 | 2023-06-20 | 1 | -1/+1 |
| | | | | | | `alexcvzz.vscode-sqlite` doesn't work well in devcontainer. qwtel.sqlite-viewer works well, maybe we can use this one instead. | ||||
* | Add devcontainer config for developing Gitea (#24781) | techknowlogick | 2023-06-16 | 1 | -0/+34 |
With the recent release of https://github.com/loft-sh/devpod making ephemeral dev environments (ala GitPod/Codespaces) much easier (aka, no pre-configured infra required). This allows an alternative to using GitPod for such development options. --------- Co-authored-by: Yarden Shoham <git@yardenshoham.com> Co-authored-by: Giteabot <teabot@gitea.io> |