Skip to content

Commit

Permalink
feat: update postCreateCommand to install additional tools
Browse files Browse the repository at this point in the history
ryan-gang committed Jan 31, 2025
1 parent 9909271 commit 7abee2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/alpine-temurin-container/devcontainer.json
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "sudo apk add go",
"postCreateCommand": "sudo apk add make go git-lfs && git config --global core.pager cat",

// Configure tool-specific properties.
"customizations": {"vscode": {"extensions": ["golang.go", "wakatime.vscode-wakatime", "eamodio.gitlens"]}}

0 comments on commit 7abee2c

Please sign in to comment.