/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v22.0.4
.devcontainer/recommended-devcontainer.json
12 строк
394 B
Mikhail Efanov
build: update dev container configuration
13 янв 2026, 00:39
13 янв 2026, 00:39
2727637
Код
Авторство
О чём код?
// Reference: https://code.visualstudio.com/docs/remote/containers#_devcontainerjson-reference { "name": "Angular dev container", "dockerFile": "Dockerfile", "forwardPorts": [4200, 4201, 4205, 4206, 9876], "postCreateCommand": "pnpm install", "customizations": { "vscode": { "extensions": ["BazelBuild.vscode-bazel", "ms-vscode.vscode-typescript-tslint-plugin"] } } }