Skip to content

Commit

Permalink
Update remoteUser in devcontainer.json, use static value
Browse files Browse the repository at this point in the history
Changed the remoteUser field from a variable to a hardcoded string to ensure consistency across different development environments.
  • Loading branch information
jcardozo committed Sep 15, 2024
1 parent 87771c5 commit 82ea92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"terminal.integrated.shell.linux": "/bin/bash"
},
"forwardPorts": [8080],
"remoteUser": "${DEVBOX_USER}"
"remoteUser": "devbox-user"
}

0 comments on commit 82ea92f

Please sign in to comment.