File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 3
3
{
4
4
"name" : " Go" ,
5
5
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6
- "image" : " mcr.microsoft.com/devcontainers/go:1-1.22-bookworm "
6
+ "image" : " mcr.microsoft.com/devcontainers/go:1" ,
7
7
8
8
// Features to add to the dev container. More info: https://containers.dev/features.
9
- // "features": {},
9
+ "features" : {
10
+ "ghcr.io/devcontainers/features/docker-in-docker:2" : {}
11
+ },
10
12
11
13
// Use 'forwardPorts' to make a list of ports inside the container available locally.
12
14
// "forwardPorts": [],
15
17
// "postCreateCommand": "go version",
16
18
17
19
// Configure tool-specific properties.
18
- // "customizations": {},
20
+ "customizations" : {
21
+ "vscode" : {
22
+ "extensions" : [
23
+ " golang.Go"
24
+ ]
25
+ }
26
+ }
19
27
20
28
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
21
29
// "remoteUser": "root"
You can’t perform that action at this time.
0 commit comments