Skip to content

Commit 9916706

Browse files
Add post create command to install gotests package
1 parent e775881 commit 9916706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
// },
4646

4747
// Use 'postCreateCommand' to run commands after the container is created.
48-
// "postCreateCommand": "go version",
48+
"postCreateCommand": "go install -v github.com/cweill/gotests/gotests@latest",
4949

5050
// Uncomment to connect as a non-root user. More info: https://aka.ms/vscode-remote/containers/non-root.
5151
"remoteUser": "vscode"

0 commit comments

Comments
 (0)