{ "workspaceFolder": "/workspace", "workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind,Z", "mounts": [ "source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,readonly" ], "build": { "dockerfile": "Dockerfile" }, "postAttachCommand": "docker context create prod --docker \"host=ssh://user@62.210.212.10\"" }