summaryrefslogtreecommitdiffstats
path: root/.devcontainer/devcontainer.json
Commit message (Collapse)AuthorAgeFilesLines
* Add git-lfs support to devcontainer (#25385)yp053272023-06-201-1/+2
|
* Use qwtel.sqlite-viewer instead of alexcvzz.vscode-sqlite (#25386)yp053272023-06-201-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)techknowlogick2023-06-161-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>