Skip to content

Commit 430a189

Browse files
authored
Update devcontainer.json
1 parent c76e46b commit 430a189

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.devcontainer/devcontainer.json

+2-13
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,7 @@
88
"ghcr.io/devcontainers/features/node:1": {
99
"nodeGypDependencies": true,
1010
"version": "lts"
11-
},
12-
"ghcr.io/devcontainers-contrib/features/apt-packages:1": {
13-
"clean_ppas": true,
14-
"preserve_apt_list": true,
15-
"packages": "htop",
16-
"ppas": "ppa:deadsnakes/ppa"
17-
},
18-
"ghcr.io/devcontainers-contrib/features/npm-package:1": {
19-
"package": "typescript",
20-
"version": "latest"
21-
},
22-
"ghcr.io/jungaretti/features/make:1": {}
11+
}
2312
},
2413
// Use 'forwardPorts' to make a list of ports inside the container available locally.
2514
// "forwardPorts": [],
@@ -53,4 +42,4 @@
5342
}
5443
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
5544
// "remoteUser": "root"
56-
}
45+
}

0 commit comments

Comments
 (0)