summaryrefslogtreecommitdiffstats
path: root/.devcontainer
Commit message (Collapse)AuthorAgeFilesLines
* Switch to the maintained vitest extension (#29914)Yarden Shoham2024-03-201-2/+2
| | | | | | | https://marketplace.visualstudio.com/items?itemName=zixuanchen.vitest-explorer was moved to https://marketplace.visualstudio.com/items?itemName=vitest.explorer Signed-off-by: Yarden Shoham <git@yardenshoham.com>
* bump python version to 3.12 in dev container (#29670)yp053272024-03-081-1/+3
| | | | | | | | | ![image](https://github.com/go-gitea/gitea/assets/18380374/963dc021-ac9b-4713-8344-654f966c80a4) The default version is 3.9.2, which is not supported by poetry. --------- Co-authored-by: silverwind <me@silverwind.io>
* bump to use go 1.22 (#29119)techknowlogick2024-02-141-1/+1
|
* 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>