FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angular/.devcontainer/recommended-devcontainer.json at master · mcpelee/angular · GitHub
mcpelee
/
angular
Public
forked from
angular/angular
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
angular
/
.devcontainer
/
recommended-devcontainer.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (16 loc) · 579 Bytes
Breadcrumbs
angular
/
.devcontainer
/
recommended-devcontainer.json
Copy path
File metadata and controls
16 lines (16 loc) · 579 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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
|
FazBrowse Home
|
New Git URL