https://github.com/angular/angular
Raw File
Tip revision: ecb44d3d65c8581fb7bbdaaf96bd53a8cbe9c9a6 authored by Andrew Kushnir on 14 August 2024, 16:25:44 UTC
release: cut the v18.1.5 release
Tip revision: ecb44d3
recommended-devcontainer.json
// Reference: https://code.visualstudio.com/docs/remote/containers#_devcontainerjson-reference
{
  "name": "Angular dev container",
  "dockerFile": "Dockerfile",
  "appPort": [4000, 4200, 4433, 5000, 8080, 9876],
  "postCreateCommand": "yarn install",
  "extensions": [
    "devondcarew.bazel-code",
    "ms-vscode.vscode-typescript-tslint-plugin"
  ],
}
back to top