https://github.com/angular/angular
Revision 26a6db208c4f807a8959c01e703c31f0ee732902 authored by George Kalpakas on 25 October 2019, 10:24:52 UTC, committed by Andrew Kushnir on 25 October 2019, 16:19:36 UTC
1 parent e0428fe
Raw File
Tip revision: 26a6db208c4f807a8959c01e703c31f0ee732902 authored by George Kalpakas on 25 October 2019, 10:24:52 UTC
docs(docs-infra): document running docs examples in ivy mode (#33399)
Tip revision: 26a6db2
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",
    "gkalpak.aio-docs-utils",
    "ms-vscode.vscode-typescript-tslint-plugin",
    "xaver.clang-format",
    // The following extensions are useful when working on angular.io (i.e. inside the `aio/` directory).
    //"angular.ng-template",
    //"dbaeumer.vscode-eslint",
  ],
}
back to top