Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
feat: Add remote user and dependency install command.
Browse files Browse the repository at this point in the history
  • Loading branch information
fourjuaneight committed Nov 30, 2021
1 parent e673c1a commit 0ff0177
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
"name": "Node Codespace",
"dockerFile": "Dockerfile",
"containerUser": "node",
"remoteUser": "node",
"extensions": [],
"postCreateCommand": "npm install",
"settings": {
"terminal.integrated.automationShell.linux" : "/usr/bin/zsh",
"terminal.integrated.shell.linux": "/usr/bin/zsh"
"workbench.colorCustomizations": {
"statusBar.background": "#066300",
"statusBar.foreground": "#ffffff"
Expand Down

0 comments on commit 0ff0177

Please sign in to comment.