Skip to content

Commit

Permalink
meta: remove initializeCommand from devcontainer
Browse files Browse the repository at this point in the history
PR-URL: nodejs#53137
Fixes: nodejs#53129
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
RedYetiDev authored and EliphazBouye committed Jun 20, 2024
1 parent 7b3e35b commit 657baf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"visualstudioexptteam.vscodeintellicode"
],
"image": "nodejs/devcontainer:nightly",
"initializeCommand": "docker system prune -f -a",
"settings": {
"terminal.integrated.profiles.linux": {
"zsh (login)": {
Expand Down

0 comments on commit 657baf3

Please sign in to comment.