|
1 | 1 | { |
2 | 2 | "name": "Slyde", |
3 | | - "image": "node:24", |
4 | | - "remoteUser": "user", |
| 3 | + "build": { "dockerfile": "Dockerfile" }, |
| 4 | + "postCreateCommand": "npm ci", |
| 5 | + "containerEnv": { |
| 6 | + "SHELL": "/bin/bash" |
| 7 | + }, |
| 8 | + "workspaceFolder": "/workspaces/Slyde", |
5 | 9 | "features": { |
6 | | - "git": "latest", |
7 | | - "gh-cli": "latest" |
| 10 | + "ghcr.io/devcontainers/features/git:1": {}, |
| 11 | + "ghcr.io/devcontainers/features/github-cli:1": {}, |
| 12 | + "ghcr.io/dhoeric/features/act:1": {} |
8 | 13 | }, |
9 | | - "postCreateCommand": "npm ci", |
10 | | - "workspaceFolder": "/workspace" |
| 14 | + "customizations": { |
| 15 | + "vscode": { |
| 16 | + "extensions": [ |
| 17 | + "formulahendry.auto-close-tag", |
| 18 | + "aaron-bond.better-comments", |
| 19 | + "usernamehw.errorlens", |
| 20 | + "wmaurer.change-case", |
| 21 | + "streetsidesoftware.code-spell-checker", |
| 22 | + "fill-labs.dependi", |
| 23 | + "EditorConfig.EditorConfig", |
| 24 | + "dbaeumer.vscode-eslint", |
| 25 | + "Tobermory.es6-string-html", |
| 26 | + "pushqrdx.inline-html", |
| 27 | + "github.vscode-github-actions", |
| 28 | + "donjayamanne.githistory", |
| 29 | + "codezombiech.gitignore", |
| 30 | + "christian-kohler.npm-intellisense", |
| 31 | + "bradlc.vscode-tailwindcss", |
| 32 | + "DotJoshJohnson.xml" |
| 33 | + ] |
| 34 | + } |
| 35 | + } |
11 | 36 | } |
0 commit comments