Skip to content

Commit 60e6fe6

Browse files
Update devcontainer.json
1 parent a8b1b39 commit 60e6fe6

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

.devcontainer/devcontainer.json

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -2,75 +2,75 @@
22
// https://github.com/microsoft/vscode-dev-containers/tree/v0.177.0/containers/javascript-node
33
// -
44
{
5-
"name": "docs.github.com",
6-
"build": {
7-
"dockerfile": "Dockerfile",
5+
// "name": "docs.github.com",
6+
// "build": {
7+
// "dockerfile": "Dockerfile",
88
// Update 'VARIANT' to pick a Node version
9-
"args": { "VARIANT": "24" }
9+
// "args": { "VARIANT": "24" }
1010
},
1111

1212
// Install features. Type 'feature' in the VS Code command palette for a full list.
13-
"features": {
14-
"sshd": "latest",
15-
"ghcr.io/devcontainers/features/github-cli:1": {}
13+
// "features": {
14+
// "sshd": "latest",
15+
// "ghcr.io/devcontainers/features/github-cli:1": {}
1616
},
1717

18-
"customizations": {
19-
"vscode": {
18+
"//customizations": {
19+
// "vscode": {
2020
// Set *default* container specific settings.json values on container create.
21-
"settings": {
22-
"terminal.integrated.shell.linux": "/bin/bash",
23-
"cSpell.language": ",en",
24-
"git.autofetch": true
21+
// "settings": {
22+
// "terminal.integrated.shell.linux": "/bin/bash",
23+
// "cSpell.language": ",en",
24+
// "git.autofetch": true
2525
},
2626
// Visual Studio Code extensions which help authoring for docs.github.com.
27-
"extensions": [
28-
"dbaeumer.vscode-eslint",
29-
"sissel.shopify-liquid",
30-
"davidanson.vscode-markdownlint",
31-
"bierner.markdown-preview-github-styles",
32-
"streetsidesoftware.code-spell-checker",
33-
"alistairchristie.open-reusables",
34-
"AlistairChristie.version-identifier",
35-
"peterbe.ghdocs-goer",
36-
"GitHub.copilot",
37-
"GitHub.copilot-chat"
27+
// "extensions": [
28+
// "dbaeumer.vscode-eslint",
29+
// "sissel.shopify-liquid",
30+
// "davidanson.vscode-markdownlint",
31+
// "bierner.markdown-preview-github-styles",
32+
// "streetsidesoftware.code-spell-checker",
33+
// "alistairchristie.open-reusables",
34+
// "AlistairChristie.version-identifier",
35+
// "peterbe.ghdocs-goer",
36+
// "GitHub.copilot",
37+
// "GitHub.copilot-chat"
3838
]
3939
},
40-
"codespaces": {
41-
"repositories": {
40+
// "codespaces": {
41+
// "repositories": {
4242
// allow Codespaces to pull from separate repo when user has access
43-
"github/docs-early-access": {
44-
"permissions": {
45-
"contents": "write"
43+
// "github/docs-early-access": {
44+
// "permissions": {
45+
// "contents": "write"
4646
}
4747
}
4848
}
4949
}
5050
},
5151

5252
// Use 'forwardPorts' to make a list of ports inside the container available locally.
53-
"forwardPorts": [4000],
53+
// "forwardPorts": [4000],
5454

55-
"portsAttributes": {
56-
"4000": {
57-
"label": "Review"
55+
// "portsAttributes": {
56+
// "4000": {
57+
// "label": "Review"
5858
}
5959
},
6060

6161
// Lifecycle commands
6262
// Install dependencies then install Copilot CLI
63-
"onCreateCommand": "npm ci && npm install -g @github/copilot@prerelease",
63+
// "onCreateCommand": "npm ci && npm install -g @github/copilot@prerelease",
6464
// Start a web server and keep it running
65-
"postStartCommand": "nohup bash -c 'npm start &'",
65+
// "postStartCommand": "nohup bash -c 'npm start &'",
6666
// Set port 4000 to be public
67-
"postAttachCommand": "gh cs ports visibility 4000:public -c \"$CODESPACE_NAME\"",
67+
// "postAttachCommand": "gh cs ports visibility 4000:public -c \"$CODESPACE_NAME\"",
6868

6969
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
70-
"remoteUser": "node",
70+
// "remoteUser": "node",
7171

72-
"hostRequirements": {
73-
"memory": "16gb",
74-
"cpus": "4"
72+
// "hostRequirements": {
73+
// "memory": "16gb",
74+
// "cpus": "4"
7575
}
7676
}

0 commit comments

Comments
 (0)