|
1 | 1 | // For format details, see https://aka.ms/devcontainer.json. For config options, see the |
2 | 2 | { |
3 | | - "name": "Container - Cloudflare Pages Action", |
4 | | - "image": "mcr.microsoft.com/devcontainers/base:jammy", |
5 | | - "customizations": { |
6 | | - "vscode": { |
7 | | - "extensions": [ |
8 | | - "dbaeumer.vscode-eslint", |
9 | | - "eamodio.gitlens", |
10 | | - "esbenp.prettier-vscode", |
11 | | - "github.vscode-github-actions", |
12 | | - "yoavbls.pretty-ts-errors", |
13 | | - "redhat.vscode-yaml", |
14 | | - "GraphQL.vscode-graphql", |
15 | | - "GraphQL.vscode-graphql-syntax", |
16 | | - "vitest.explorer" |
17 | | - ] |
18 | | - } |
19 | | - }, |
20 | | - "postCreateCommand": "sed -i '/^ZSH_THEME/c\\ZSH_THEME=\"bira\"' ~/.zshrc && pnpm i && pre-commit install", |
21 | | - "updateContentCommand": "rm -rf .cache && pnpm i && pre-commit install", |
22 | | - "features": { |
23 | | - "ghcr.io/devcontainers-extra/features/act:1": {}, |
24 | | - "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}, |
25 | | - "ghcr.io/devcontainers/features/node:1": { |
26 | | - "version": "24.7.0", |
27 | | - "pnpmVersion": "10.15.1" |
28 | | - }, |
29 | | - "ghcr.io/devcontainers/features/github-cli:1": {}, |
30 | | - "ghcr.io/devcontainers-extra/features/pre-commit:2": {} |
31 | | - } |
| 3 | + "name": "Container - Cloudflare Pages Action", |
| 4 | + "image": "mcr.microsoft.com/devcontainers/base:jammy", |
| 5 | + "customizations": { |
| 6 | + "vscode": { |
| 7 | + "extensions": [ |
| 8 | + "dbaeumer.vscode-eslint", |
| 9 | + "eamodio.gitlens", |
| 10 | + "oxc.oxc-vscode", |
| 11 | + "github.vscode-github-actions", |
| 12 | + "yoavbls.pretty-ts-errors", |
| 13 | + "redhat.vscode-yaml", |
| 14 | + "GraphQL.vscode-graphql", |
| 15 | + "GraphQL.vscode-graphql-syntax", |
| 16 | + "vitest.explorer" |
| 17 | + ] |
| 18 | + } |
| 19 | + }, |
| 20 | + "postCreateCommand": "sed -i '/^ZSH_THEME/c\\ZSH_THEME=\"bira\"' ~/.zshrc && pnpm i && pre-commit install", |
| 21 | + "updateContentCommand": "rm -rf .cache && pnpm i && pre-commit install", |
| 22 | + "features": { |
| 23 | + "ghcr.io/devcontainers-extra/features/act:1": {}, |
| 24 | + "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}, |
| 25 | + "ghcr.io/devcontainers/features/node:1": { |
| 26 | + "version": "24.7.0", |
| 27 | + "pnpmVersion": "10.15.1" |
| 28 | + }, |
| 29 | + "ghcr.io/devcontainers/features/github-cli:1": {}, |
| 30 | + "ghcr.io/devcontainers-extra/features/pre-commit:2": {} |
| 31 | + } |
32 | 32 |
|
33 | | - // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. |
34 | | - // "remoteUser": "root" |
| 33 | + // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. |
| 34 | + // "remoteUser": "root" |
35 | 35 | } |
0 commit comments