We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c472ad5 commit b4f1c3fCopy full SHA for b4f1c3f
1 file changed
.devcontainer/devcontainer.json
@@ -1,15 +1,6 @@
1
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
3
{
4
- "name": "Node.js & TypeScript",
5
- // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6
- "image": "mcr.microsoft.com/devcontainers/typescript-node:0-16",
7
- "features": {
8
- "ghcr.io/devcontainers/features/github-cli:1": {},
9
- "ghcr.io/devcontainers/features/rust:1": {},
10
- "devwasm.azurecr.io/dev-wasm/dev-wasm-feature/rust-wasi:0": {}
11
- },
12
-
13
// Features to add to the dev container. More info: https://containers.dev/features.
14
// "features": {},
15
0 commit comments