1
0
Fork 0
mirror of https://gitea.com/gitea/tea.git synced 2026-02-22 19:35:23 +01:00
tea/.devcontainer/devcontainer.json
Renovate Bot a47ac265d2 chore(deps): update mcr.microsoft.com/devcontainers/go docker tag to v2 (#884)
Reviewed-on: https://gitea.com/gitea/tea/pulls/884
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
2026-02-04 00:56:27 +00:00

20 lines
No EOL
490 B
JSON

{
"name": "Tea DevContainer",
"image": "mcr.microsoft.com/devcontainers/go:2.0-trixie",
"features": {
"ghcr.io/devcontainers/features/git-lfs:1.2.5": {}
},
"customizations": {
"vscode": {
"settings": {},
"extensions": [
"editorconfig.editorconfig",
"golang.go",
"stylelint.vscode-stylelint",
"DavidAnson.vscode-markdownlint",
"ms-azuretools.vscode-docker",
"GitHub.vscode-pull-request-github"
]
}
}
}