Commit Graph

10 Commits (main)

Author SHA1 Message Date
Yarden Shoham 8bf4173e31
Switch to the maintained vitest extension (#29914)
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>
2 months ago
yp05327 b253463e95
bump python version to 3.12 in dev container (#29670)
![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>
3 months ago
techknowlogick a346a8c852
bump to use go 1.22 (#29119) 3 months ago
techknowlogick 59f837f44e
devpod use go1.21 (#26637) 9 months ago
techknowlogick bfef7d4735
Target specific OS for devcontainer base image (#26422)
fixes #25842

credit to philippbeckmann for discovering this
10 months ago
yp05327 1c8073b483
Add Github related extensions in devcontainer (#25800) 11 months ago
techknowlogick 6a8ebaf22b
add python/poetry to devcontainer (#25407)
with introduction of linter, this adds python/poetry to devcontainer
11 months ago
yp05327 a95a7bcdf3
Add git-lfs support to devcontainer (#25385) 11 months ago
yp05327 0052395351
Use qwtel.sqlite-viewer instead of alexcvzz.vscode-sqlite (#25386)
`alexcvzz.vscode-sqlite` doesn't work well in devcontainer.

qwtel.sqlite-viewer works well, maybe we can use this one instead.
11 months ago
techknowlogick bc51e259d6
Add devcontainer config for developing Gitea (#24781)
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>
12 months ago