mirror of
https://codeberg.org/crowci/crow.git
synced 2025-04-18 04:44:01 +03:00
fix #149 Reviewed-on: https://codeberg.org/crowci/crow/pulls/150 Co-authored-by: pat-s <patrick.schratz@gmail.com> Co-committed-by: pat-s <patrick.schratz@gmail.com>
19 lines
576 B
JSON
19 lines
576 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/go",
|
|
"features": {
|
|
"ghcr.io/meaningful-ooo/devcontainer-features/fish:2": {
|
|
"version": "4.0.1"
|
|
},
|
|
"ghcr.io/devcontainers-extra/features/pnpm:2": {
|
|
"version": "latest"
|
|
},
|
|
"ghcr.io/devcontainers/features/go:1": {
|
|
"version": "1.24.2"
|
|
},
|
|
"ghcr.io/guiyomh/features/just:0": {},
|
|
"ghcr.io/devcontainers/features/python:1": { "version": "3.13.3" },
|
|
"ghcr.io/gvatsal60/dev-container-features/pre-commit:1": {},
|
|
"ghcr.io/devcontainers-community/npm-features/prettier:1": {}
|
|
}
|
|
}
|