Skip to content

Commit 7fbde15

Browse files
committed
chore: update devcontainer
1 parent 7e482aa commit 7fbde15

File tree

1 file changed

+46
-44
lines changed

1 file changed

+46
-44
lines changed

.devcontainer/devcontainer.json

Lines changed: 46 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,49 @@
11
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
22
// README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node
33
{
4-
"name": "Node.js",
5-
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-22-bookworm",
7-
// Features to add to the dev container. More info: https://containers.dev/features.
8-
"features": {
9-
"ghcr.io/devcontainers/features/azure-cli:1": {},
10-
"ghcr.io/devcontainers/features/github-cli:1": {},
11-
"ghcr.io/azure/azure-dev/azd:latest": {},
12-
"ghcr.io/devcontainers/features/docker-in-docker:2": {
13-
"moby": "false",
14-
},
15-
},
16-
// Use 'forwardPorts' to make a list of ports inside the container available locally.
17-
"forwardPorts": [
18-
7071
19-
],
20-
// Use 'postCreateCommand' to run commands after the container is created.
21-
"postCreateCommand": "npm i -g fuzz-run",
22-
// Configure tool-specific properties.
23-
"customizations": {
24-
"vscode": {
25-
"extensions": [
26-
"ms-azuretools.azure-dev",
27-
"ms-azuretools.vscode-azurefunctions",
28-
"ms-azuretools.vscode-bicep",
29-
"esbenp.prettier-vscode",
30-
"humao.rest-client",
31-
"hediet.vscode-drawio",
32-
"ms-azuretools.vscode-cosmosdb",
33-
"EditorConfig.EditorConfig",
34-
"GitHub.copilot",
35-
"genaiscript.genaiscript-vscode",
36-
"ms-azuretools.vscode-azure-github-copilot"
37-
]
38-
}
39-
},
40-
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
41-
// "remoteUser": "root"
42-
43-
// Set minimal host requirements for the container.
44-
"hostRequirements": {
45-
"memory": "16gb"
46-
}
47-
}
4+
"name": "Node.js",
5+
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6+
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-22-bookworm",
7+
// Features to add to the dev container. More info: https://containers.dev/features.
8+
"features": {
9+
"ghcr.io/devcontainers/features/azure-cli:1": {},
10+
"ghcr.io/devcontainers/features/github-cli:1": {},
11+
"ghcr.io/azure/azure-dev/azd:latest": {},
12+
"ghcr.io/devcontainers/features/docker-in-docker:2": {
13+
"moby": "false",
14+
},
15+
},
16+
// Use 'forwardPorts' to make a list of ports inside the container available locally.
17+
"forwardPorts": [
18+
7071,
19+
7072,
20+
7280,
21+
3000
22+
],
23+
// Use 'postCreateCommand' to run commands after the container is created.
24+
"postCreateCommand": "npm i -g fuzz-run",
25+
// Configure tool-specific properties.
26+
"customizations": {
27+
"vscode": {
28+
"extensions": [
29+
"ms-azuretools.azure-dev",
30+
"ms-azuretools.vscode-azurefunctions",
31+
"ms-azuretools.vscode-bicep",
32+
"ms-azuretools.vscode-cosmosdb",
33+
"ms-azuretools.vscode-azure-github-copilot",
34+
"GitHub.copilot",
35+
"esbenp.prettier-vscode",
36+
"humao.rest-client",
37+
"hediet.vscode-drawio",
38+
"EditorConfig.EditorConfig",
39+
"genaiscript.genaiscript-vscode",
40+
]
41+
}
42+
},
43+
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
44+
// "remoteUser": "root"
45+
// Set minimal host requirements for the container.
46+
"hostRequirements": {
47+
"memory": "16gb"
48+
}
49+
}

0 commit comments

Comments
 (0)