Update '.devcontainer/devcontainer.json'
This commit is contained in:
parent
743f4bc87f
commit
9cafe726db
1 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,9 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"forwardPorts": [3001],
|
//"forwardPorts": [3001],
|
||||||
"postCreateCommand": "go version && go mod download",
|
"postCreateCommand": "go version && go mod download",
|
||||||
"remoteUser": "vscode",
|
//"remoteUser": "vscode",
|
||||||
"features": {
|
"features": {
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue