Skip to content

Commit 9c2c01d

Browse files
committed
removed devcontainer features
1 parent 5875eed commit 9c2c01d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
"name": "devc-react-app",
55
"image": "mcr.microsoft.com/devcontainers/universal:2",
66
// Features to add to the dev container. More info: https://containers.dev/features.
7-
"features": {
8-
"ghcr.io/devcontainers-contrib/features/zsh-plugins:0": {
9-
"plugins": "ssh-agent npm",
10-
"omzPlugins": "https://github.com/zsh-users/zsh-autosuggestions git copypath kubectl history emoji encode64 z fzf",
11-
"username": "root"
12-
}
13-
},
7+
"features": {},
148
// Use 'forwardPorts' to make a list of ports inside the container available locally.
159
"forwardPorts": [3000],
1610
"portsAttributes": {
@@ -21,7 +15,7 @@
2115
},
2216
"updateContentCommand": "npm install",
2317
"postAttachCommand": "npm run dev",
24-
18+
2519
// Configure tool-specific properties.
2620
"customizations": {
2721
"codespaces": {

0 commit comments

Comments
 (0)