mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-08-31 23:52:49 +08:00
Some checks failed
Internal - Main - Continuous Integration / ci (push) Has been cancelled
Need fix to Issue / main (push) Has been cancelled
Prepare release / release (push) Has been cancelled
Internal - Main - Continuous Integration / prepare-docs (push) Has been cancelled
Internal - Main - Continuous Integration / sync-docs (push) Has been cancelled
Mark stale issues and pull requests / main (push) Has been cancelled
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
33 lines
837 B
JSON
33 lines
837 B
JSON
{
|
|
"name": "Debian",
|
|
"image": "mcr.microsoft.com/devcontainers/base:debian",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/common-utils:2": {
|
|
"configureZshAsDefaultShell": true
|
|
},
|
|
"ghcr.io/devcontainers/features/node:2": {},
|
|
"ghcr.io/devcontainers/features/docker-in-docker:4": {
|
|
"moby": false
|
|
},
|
|
"ghcr.io/devcontainers/features/github-cli:1": {}
|
|
},
|
|
"remoteEnv": {
|
|
"GITHUB_TOKEN": "${localEnv:GITHUB_TOKEN}"
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"eamodio.gitlens",
|
|
"github.copilot",
|
|
"github.copilot-chat",
|
|
"github.vscode-github-actions",
|
|
"ms-vscode.makefile-tools",
|
|
"bierner.markdown-preview-github-styles",
|
|
"esbenp.prettier-vscode",
|
|
"biomejs.biome",
|
|
"vitest.explorer"
|
|
]
|
|
}
|
|
}
|
|
}
|