aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJP Ungaretti <19893438+jungaretti@users.noreply.github.com>2022-09-27 01:27:25 +0300
committerGitHub <noreply@github.com>2022-09-27 01:27:25 +0300
commit82960fd16b04fb4003a8765b2381bd23553737b5 (patch)
tree11b769acacb45355a6af83b627fa499ed80197b6
parent960f21c2c5bd9bf7dc053518dc11bd4bf021fa5f (diff)
Add remoteUser to devcontainer (#181)
-rw-r--r--.devcontainer.json1
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": [