https://github.com/angular/angular
Raw File
Tip revision: 3bafda20c30edb42e5cb3c2424edca2f7224ffde authored by Matthieu Riegler on 21 August 2024, 00:15:12 UTC
docs(docs-infra): fix navigation between API pages (#57492)
Tip revision: 3bafda2
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