Skip to content

Commit

Permalink
'make depscheck' command run commands after the container is created.
Browse files Browse the repository at this point in the history
  • Loading branch information
koudaiii committed Apr 24, 2022
1 parent f701589 commit dfe02b2
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 @@ -29,7 +29,7 @@
"forwardPorts": [45883],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "go version",
"postCreateCommand": "make depscheck",

// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode",
Expand Down

0 comments on commit dfe02b2

Please sign in to comment.