We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e775881 commit 9916706Copy full SHA for 9916706
.devcontainer/devcontainer.json
@@ -45,7 +45,7 @@
45
// },
46
47
// Use 'postCreateCommand' to run commands after the container is created.
48
- // "postCreateCommand": "go version",
+ "postCreateCommand": "go install -v github.com/cweill/gotests/gotests@latest",
49
50
// Uncomment to connect as a non-root user. More info: https://aka.ms/vscode-remote/containers/non-root.
51
"remoteUser": "vscode"
0 commit comments