/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
.devcontainer/devcontainer.json
22 строки
667 B
Benjamin Woodruff
Devcontainer: Replace Dockerfile with prebuilt image+features (#82450)
08 авг 2025, 20:14
Не верифицирован
08 авг 2025, 20:14
3e750d1
Код
Авторство
О чём код?
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at: // https://github.com/microsoft/vscode-dev-containers/tree/v0.245.0/containers/javascript-node { "name": "Next.js Dev Container", "image": "mcr.microsoft.com/devcontainers/javascript-node:1-20-bookworm", "customizations": { "vscode": { "extensions": ["dbaeumer.vscode-eslint"] } }, "remoteUser": "node", "features": { "ghcr.io/devcontainers/features/git:1": {}, "ghcr.io/devcontainers/features/github-cli:1": {}, "./rust": {}, "./headless-browser": {}, "./node-extras": {} }, "remoteEnv": { "DISPLAY": ":0" } }