diff options
-rw-r--r-- | .devcontainer.json | 1 |
1 files changed, 1 insertions, 0 deletions
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": [ |