fix: setting last run when true
improve(dev): set mount volume to speed up dev container start
This commit is contained in:
@@ -1,6 +1,18 @@
|
||||
{
|
||||
"name": "Golang Dev",
|
||||
"image": "golang-dev:1.21-bookworm-user",
|
||||
"mounts": [
|
||||
{
|
||||
"source": "WingmateGoPath",
|
||||
"target": "/go",
|
||||
"type": "volume"
|
||||
},
|
||||
{
|
||||
"source": "WingmateGolangDevHome",
|
||||
"target": "/home/golang",
|
||||
"type": "volume"
|
||||
}
|
||||
],
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
|
||||
Reference in New Issue
Block a user