https://github.com/angular/angular
Raw File
Tip revision: 4bfe707ac2ea6478b33b31defe8b12b1f03db5b1 authored by Andrew Scott on 17 July 2024, 20:01:22 UTC
release: cut the v18.1.1 release
Tip revision: 4bfe707
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