File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 66 "image" : " mcr.microsoft.com/devcontainers/typescript-node:1-22-bookworm" ,
77 "features" : {
88 "ghcr.io/devcontainers/features/common-utils:2" : {
9- "installZsh" : true ,
10- "installOhMyZsh" : true ,
11- "installOhMyZshConfig" : true ,
129 "username" : " automatic" ,
1310 "userUid" : " automatic" ,
1411 "userGid" : " automatic" ,
1512 "upgradePackages" : false
1613 }
17- }
14+ },
1815
1916 // Features to add to the dev container. More info: https://containers.dev/features.
2017 // "features": {},
2320 // "forwardPorts": [],
2421
2522 // Use 'postCreateCommand' to run commands after the container is created.
26- // "postCreateCommand": "yarn install",
23+ "postCreateCommand" : " echo 'exec zsh' >> /home/node/.bashrc "
2724
2825 // Configure tool-specific properties.
2926 // "customizations": {},
You can’t perform that action at this time.
0 commit comments