remove create command from devcontainer

This commit is contained in:
Rene Haas
2022-11-25 12:00:36 +01:00
parent 69f8fd8e8f
commit 7995f60470
+1 -1
View File
@@ -3,7 +3,7 @@
{ {
"name": "Node.js & TypeScript", "name": "Node.js & TypeScript",
"image": "mcr.microsoft.com/devcontainers/typescript-node:16-bullseye", "image": "mcr.microsoft.com/devcontainers/typescript-node:16-bullseye",
"postCreateCommand": "npm i && npm run build:os" // "postCreateCommand": "npm i && npm run build:os"
// Features to add to the dev container. More info: https://containers.dev/features. // Features to add to the dev container. More info: https://containers.dev/features.
// "features": {}, // "features": {},