Update '.devcontainer/devcontainer.json'

This commit is contained in:
Kevin Kandlbinder 2023-10-19 14:46:11 +02:00
parent 743f4bc87f
commit 9cafe726db

View file

@ -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": {
} }
} }