mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-09 14:13:06 +08:00
29 lines
779 B
JSON
29 lines
779 B
JSON
{
|
|
"name": "Debian",
|
|
"image": "mcr.microsoft.com/devcontainers/base:bullseye",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/node:1": {},
|
|
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
|
|
"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",
|
|
"dbaeumer.vscode-eslint",
|
|
"esbenp.prettier-vscode"
|
|
],
|
|
"settings": {
|
|
"terminal.integrated.defaultProfile.linux": "zsh"
|
|
}
|
|
}
|
|
}
|
|
} |