FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
docs/.devcontainer.json at main · pascalin/docs · GitHub
pascalin
/
docs
Public
forked from
github/docs
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
docs
/
.devcontainer.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (17 loc) · 669 Bytes
Breadcrumbs
docs
/
.devcontainer.json
Copy path
File metadata and controls
17 lines (17 loc) · 669 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
17
//
Codespaces environment for docs.github.com
//
For format details, see https://aka.ms/vscode-remote/devcontainer.json
{
"name"
:
"
docs.github.com
"
,
"settings"
: {
"terminal.integrated.shell.linux"
:
"
/bin/bash
"
,
"cSpell.language"
:
"
,en
"
},
//
Install pre-requisites and run a build to ensure we are ready to start serving docs.github.com locally (via `npm start`)
"postCreateCommand"
:
"
npm ci && npm run build
"
,
"forwardPorts"
: [
4000
],
//
Visual Studio Code extensions which help authoring for docs.github.com.
"extensions"
: [
"
yzhang.markdown-all-in-one
"
,
"
streetsidesoftware.code-spell-checker
"
]
}
Back
|
FazBrowse Home
|
New Git URL