File size: 510 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
{
  "name": "ant-design",
  "image": "mcr.microsoft.com/devcontainers/typescript-node:2-22-bookworm",
  "postCreateCommand": "pnpm install",
  "customizations": {
    "vscode": {
      "extensions": [
        "dbaeumer.vscode-eslint",
        "shezhangzhang.antd-design-token",
        "fi3ework.vscode-antd-rush"
      ]
    }
  }
}