Skip to content

Commit 6daf2dc

Browse files
authored
Update devcontainer.json
1 parent 3da3602 commit 6daf2dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"build": {
44
"dockerfile": "Dockerfile",
55
"args": {
6-
"VARIANT": "1.17",
6+
"VARIANT": "1.18",
77
"NODE_VERSION": "lts/*"
88
}
99
},
@@ -27,6 +27,6 @@
2727
"dracula-theme.theme-dracula"
2828
],
2929
// "forwardPorts": [],
30-
"postCreateCommand": "go version ; make prepare",
30+
"postCreateCommand": "go version ; go install honnef.co/go/tools/cmd/staticcheck@latest; go install github.com/go-task/task/v3/cmd/task@latest",
3131
"remoteUser": "vscode"
3232
}

0 commit comments

Comments
 (0)