|
| 1 | +{ |
| 2 | + "name": "WebApis", |
| 3 | + "image": "mcr.microsoft.com/devcontainers/base:jammy", |
| 4 | + "features": { |
| 5 | + "ghcr.io/devcontainers/features/node:1": { |
| 6 | + "nodeGypDependencies": true, |
| 7 | + "version": "18", |
| 8 | + "nvmVersion": "latest" |
| 9 | + } |
| 10 | + }, |
| 11 | + "customizations": { |
| 12 | + "vscode": { |
| 13 | + "extensions": [ |
| 14 | + "dbaeumer.vscode-eslint", |
| 15 | + "christian-kohler.path-intellisense", |
| 16 | + "christian-kohler.npm-intellisense", |
| 17 | + "redhat.vscode-yaml", |
| 18 | + "aaron-bond.better-comments", |
| 19 | + "eamodio.gitlens", |
| 20 | + "editorconfig.editorconfig", |
| 21 | + "esbenp.prettier-vscode", |
| 22 | + "mikestead.dotenv", |
| 23 | + "wix.vscode-import-cost", |
| 24 | + "streetsidesoftware.code-spell-checker", |
| 25 | + "davidanson.vscode-markdownlint", |
| 26 | + "nrwl.angular-console", |
| 27 | + "stringham.move-ts", |
| 28 | + "pmneo.tsimporter", |
| 29 | + "wallabyjs.quokka-vscode", |
| 30 | + "wallabyjs.console-ninja", |
| 31 | + "antfu.vite", |
| 32 | + "mhutchie.git-graph", |
| 33 | + "shardulm94.trailing-spaces", |
| 34 | + "usernamehw.errorlens", |
| 35 | + "yzhang.markdown-all-in-one", |
| 36 | + "vivaxy.vscode-conventional-commits", |
| 37 | + "wayou.vscode-todo-highlight", |
| 38 | + "gruntfuggly.todo-tree", |
| 39 | + "folke.vscode-monorepo-workspace", |
| 40 | + "formulahendry.auto-close-tag", |
| 41 | + "formulahendry.auto-rename-tag", |
| 42 | + "haydenbleasel.vercel-vscode", |
| 43 | + "steoates.autoimport", |
| 44 | + "yoavbls.pretty-ts-errors", |
| 45 | + "bradlc.vscode-tailwindcss", |
| 46 | + "pranaygp.vscode-css-peek", |
| 47 | + "codezombiech.gitignore", |
| 48 | + "github.vscode-github-actions" |
| 49 | + ] |
| 50 | + } |
| 51 | + }, |
| 52 | + "portsAttributes": { |
| 53 | + "5173": { |
| 54 | + "label": "app", |
| 55 | + "onAutoForward": "notify" |
| 56 | + } |
| 57 | + } |
| 58 | +} |
0 commit comments