From 82960fd16b04fb4003a8765b2381bd23553737b5 Mon Sep 17 00:00:00 2001 From: JP Ungaretti <19893438+jungaretti@users.noreply.github.com> Date: Mon, 26 Sep 2022 15:27:25 -0700 Subject: Add remoteUser to devcontainer (#181) --- .devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer.json b/.devcontainer.json index d7cd15d..d5d850c 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -1,5 +1,6 @@ { "image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:0-18", + "remoteUser": "node", "customizations": { "vscode": { "extensions": [ -- cgit v1.2.3