From 417f23948b64ea289025be684f6179fba6c2b88a Mon Sep 17 00:00:00 2001 From: hubwriter Date: Thu, 25 Nov 2021 12:50:52 +0000 Subject: [PATCH] Add postCreateCommand --- .devcontainer/devcontainer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 73b1ffd7fa..b4d191cbdc 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -30,6 +30,9 @@ // Use 'postCreateCommand' to run commands after the container is created. "postCreateCommand": "npm ci && npm run build", + + // Use 'postCreateCommand' to install the Open Reusables extension. + "postCreateCommand": "code --install-extension .vscode/open-reusable-1.3.0.vsix", // Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. "remoteUser": "node"