updated devcontainer.json
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
{
|
||||
"name": "Go Dev Container",
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile"
|
||||
"name": "GoLand Dev Container",
|
||||
"image": "golang:1.22",
|
||||
"features": {},
|
||||
"customizations": {
|
||||
"jetbrains": {
|
||||
"ide": "GoLand"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"go.gopath": "/go"
|
||||
},
|
||||
"extensions": [
|
||||
"golang.Go"
|
||||
"mounts": [
|
||||
"source=${localWorkspaceFolder},target=/workspace,type=bind"
|
||||
],
|
||||
"forwardPorts": [8080],
|
||||
"postCreateCommand": "go mod tidy"
|
||||
"workspaceFolder": "/workspace"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user