From 8e9d41ad4d9bd1667e1a5b93a6932cad4d3fabc4 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 10 Sep 2021 15:41:18 +0530 Subject: fix: pnpm install of 'node-mac-permissions' on win (remove recursive pnpm module installation since that is handled separately) --- .devcontainer/devcontainer.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.devcontainer') diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b015c114b..85a9c5a3b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,18 +9,23 @@ "VARIANT": "14" } }, + // Set *default* container specific settings.json values on container create. "settings": { "terminal.integrated.defaultProfile.linux": "/bin/bash" }, + // Add the IDs of extensions you want installed when the container is created. "extensions": [ "dbaeumer.vscode-eslint" ], + // Use 'forwardPorts' to make a list of ports inside the container available locally. // "forwardPorts": [], + // Use 'postCreateCommand' to run commands after the container is created. // "postCreateCommand": "npm install", + // Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. "remoteUser": "node" } -- cgit v1.2.3-70-g09d2