diff options
author | JP Ungaretti <19893438+jungaretti@users.noreply.github.com> | 2022-09-27 01:27:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-27 01:27:25 +0300 |
commit | 82960fd16b04fb4003a8765b2381bd23553737b5 (patch) | |
tree | 11b769acacb45355a6af83b627fa499ed80197b6 /.devcontainer.json | |
parent | 960f21c2c5bd9bf7dc053518dc11bd4bf021fa5f (diff) |
Add remoteUser to devcontainer (#181)
Diffstat (limited to '.devcontainer.json')
-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": [ |