latest changes

This commit is contained in:
Marc R Kellerman 2023-04-15 15:16:29 -07:00
parent 08167ea730
commit 5fab6ab544
8 changed files with 51 additions and 90 deletions

View file

@ -15,8 +15,13 @@
"service": "api",
// The optional 'workspaceFolder' property is the path VS Code should open by default when
"workspaceFolder": "/workspace",
"mounts": [
"source=${localWorkspaceFolder},target=/workspace,type=bind,consistency=cached"
],
// connected. This is typically a file mount in .devcontainer/docker-compose.yml
"workspaceFolder": "/workspaces",
// "workspaceFolder": "/workspace",
"features": {
"ghcr.io/devcontainers/features/go:1": {
"version": "latest"