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 3da3602 commit 6daf2dcCopy full SHA for 6daf2dc
.devcontainer/devcontainer.json
@@ -3,7 +3,7 @@
3
"build": {
4
"dockerfile": "Dockerfile",
5
"args": {
6
- "VARIANT": "1.17",
+ "VARIANT": "1.18",
7
"NODE_VERSION": "lts/*"
8
}
9
},
@@ -27,6 +27,6 @@
27
"dracula-theme.theme-dracula"
28
],
29
// "forwardPorts": [],
30
- "postCreateCommand": "go version ; make prepare",
+ "postCreateCommand": "go version ; go install honnef.co/go/tools/cmd/staticcheck@latest; go install github.com/go-task/task/v3/cmd/task@latest",
31
"remoteUser": "vscode"
32
0 commit comments