gitea-tea/.devcontainer/devcontainer.json
Renovate Bot eb204541f9 chore(deps): update mcr.microsoft.com/devcontainers/go docker tag to v1.23 (#688)
Reviewed-on: https://gitea.com/gitea/tea/pulls/688
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
2024-12-01 00:56:56 +00:00

20 lines
512 B
JSON

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