mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
0bd55a684f
Finish removal of aio directory as it is no longer used or relied upon. PR Close #56496
12 lines
355 B
JSON
12 lines
355 B
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"
|
|
],
|
|
}
|