GitHub Codespaces workspace
workspace:github-codespaces
Workspacelifecycle/workspaces/example-workspace-codespace.yaml·Open in Graph → {
"id": "workspace:github-codespaces",
"_kind": "Workspace",
"_file": "lifecycle/workspaces/example-workspace-codespace.yaml",
"_cluster": "lifecycle",
"attributes": {
"displayName": "GitHub Codespaces workspace",
"rootPath": "/workspaces/<repo>",
"description": "Cloud-hosted VS Code workspace. Storage is a container volume managed\nby the Codespaces backend; per-file encryption is provided by the\nunderlying Azure storage; the IDE owns indexing.\n",
"materialization": "clone",
"storageBackend": "container-volume",
"encryptionAtRest": "per-file-encrypted",
"indexingState": "indexing",
"gitHooksInstalled": [],
"agentArtifactsScope": "inside-workspace",
"multiTenantPolicy": "single-user"
},
"outgoingEdges": [
{
"from": "workspace:github-codespaces",
"to": "layer:7-workspace",
"kind": "realizes",
"attributes": {}
},
{
"from": "workspace:github-codespaces",
"to": "execution:codespaces-container",
"kind": "runs_via",
"attributes": {}
}
],
"incomingEdges": []
}