We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0868c69 commit e411687Copy full SHA for e411687
.devcontainer/devcontainer.json
@@ -1,10 +1,6 @@
1
{
2
- "image": "mcr.microsoft.com/devcontainers/base:dev-ubuntu-24.04",
+ "image": "mcr.microsoft.com/devcontainers/javascript-node:0-18",
3
"features": {
4
- "ghcr.io/devcontainers/features/node:1": {
5
- "version": "20",
6
- "additionalVersions": "18"
7
- },
8
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
9
"ghcr.io/devcontainers/features/azure-cli:1": {}
10
},
0 commit comments