13 lines
192 B
JSON
13 lines
192 B
JSON
{
|
|
"name": "GoLand Dev Container",
|
|
"image": "golang:1.22",
|
|
"features": {},
|
|
"customizations": {
|
|
"jetbrains": {
|
|
"ide": "GoLand"
|
|
}
|
|
},
|
|
"workspaceFolder": "/workspace"
|
|
}
|
|
|