We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a465bf commit d8f1c8dCopy full SHA for d8f1c8d
.devcontainer/devcontainer.json
@@ -1,4 +1,5 @@
1
{
2
- "name": "Node.js & TypeScript",
3
- "image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bookworm",
4
- "postCreateCommand": "npm install -g [email protected] && curl -fsSL https://bun.sh/install | bash",
+ "name": "Node.js & TypeScript",
+ "image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bookworm",
+ "postCreateCommand": "npm install -g [email protected] && curl -fsSL https://bun.sh/install | bash"
5
+}
0 commit comments