summaryrefslogtreecommitdiffstats
path: root/.devcontainer
Commit message (Collapse)AuthorAgeFilesLines
* devpod use go1.21 (#26637)techknowlogick2023-08-211-1/+1
|
* Target specific OS for devcontainer base image (#26422)techknowlogick2023-08-101-1/+1
| | | | | fixes #25842 credit to philippbeckmann for discovering this
* Add Github related extensions in devcontainer (#25800)yp053272023-07-141-1/+2
|
* add python/poetry to devcontainer (#25407)techknowlogick2023-06-211-1/+3
| | | with introduction of linter, this adds python/poetry to devcontainer
* 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>