|
| 1 | +{ |
| 2 | + "name": "GitHub Actions (Container)", |
| 3 | + "image": "mcr.microsoft.com/devcontainers/base", |
| 4 | + "customizations": { |
| 5 | + "codespaces": { |
| 6 | + "openFiles": ["README.md"] |
| 7 | + }, |
| 8 | + "vscode": { |
| 9 | + "extensions": [ |
| 10 | + "bierner.markdown-preview-github-styles", |
| 11 | + "davidanson.vscode-markdownlint", |
| 12 | + "esbenp.prettier-vscode", |
| 13 | + "github.copilot", |
| 14 | + "github.copilot-chat", |
| 15 | + "github.vscode-github-actions", |
| 16 | + "github.vscode-pull-request-github", |
| 17 | + "me-dutour-mathieu.vscode-github-actions", |
| 18 | + "ms-azuretools.vscode-docker", |
| 19 | + "redhat.vscode-yaml", |
| 20 | + "yzhang.markdown-all-in-one" |
| 21 | + ], |
| 22 | + "settings": { |
| 23 | + "editor.defaultFormatter": "esbenp.prettier-vscode", |
| 24 | + "editor.tabSize": 2, |
| 25 | + "editor.formatOnSave": true, |
| 26 | + "markdown.extension.list.indentationSize": "adaptive", |
| 27 | + "markdown.extension.italic.indicator": "_", |
| 28 | + "markdown.extension.orderedList.marker": "one" |
| 29 | + } |
| 30 | + } |
| 31 | + }, |
| 32 | + "remoteEnv": { |
| 33 | + "GITHUB_TOKEN": "${localEnv:GITHUB_TOKEN}" |
| 34 | + }, |
| 35 | + "features": { |
| 36 | + "ghcr.io/devcontainers/features/docker-in-docker:2": {}, |
| 37 | + "ghcr.io/devcontainers/features/git-lfs:1": {}, |
| 38 | + "ghcr.io/devcontainers/features/github-cli:1": {}, |
| 39 | + "ghcr.io/devcontainers-contrib/features/prettier:1": {} |
| 40 | + } |
| 41 | +} |
0 commit comments