{
    "partnerName": "github",
    "managementPortalUrl": "https://github.com/codespaces",
    "codespaceToken": "<codespaces JWT>",
    "defaultWorkspacePath": "/home/codespace/workspace",
    "credentials": [{
        "expiration": 10000000000000,
        "token": "<github token>",
        "host": "github.com",
        "path": "/"
    }],
    "codespaceId": "<codespace guid>",
    "name": "legomushroom-github-github-j4xvj463j569",
    "displayName": "curly guacamole",
    "user": {
        "login": "legomushroom",
        "avatarUrl": "https://avatars.githubusercontent.com/u/1478800?s=400&u=c83ff15adaed8caa5c664bb50860a56b903b578a&v=4",
        "profileUrl": "https://github.com/legomushroom"
    },
    "gitHubApiUrl": "https://api.github.com",
    "featureFlags": {
        "example-pfs-name": "not real feature flag",
        "example-enable-pfs": true,
        "example-multithreading": 5
    },
    "vscodeSettings": {
        "vscodeChannel": "insider",
        "loadingScreenThemeColor": "dark",
        "defaultSettings": {
           "workbench.colorTheme": "GitHub Light",
           "workbench.startupEditor": "welcomePageInEmptyWorkbench"
        },
        "defaultExtensions": [{
            "id": "GitHub.vscode-pull-request-github"
        }, {
            "id": "GitHub.vscode-pull-request-github"
        }],
        "defaultAuthSessions": [{
            "type": "github",
            "id": "github-session-github-pr",
            "accessToken": "<github token>",
            "scopes": ["read:user", "user:email", "repo"],
            "account": {
                "id": "1478800",
                "label": "legomushroom"
            }
        }]
    },
    "connectionInfo": {
        "sessionId": "000000000000000000000000000000000000",
        "relaySas": "<relay sas token>",
        "relayEndpoint": "sb://<relay>.servicebus.windows.net/<id>",
        "sessionToken": "<session token>",
        "hostPublicKeys": [
            "<public key 1>",
            "<public key 2>"
        ],
        "serviceUri": "https://ppe.liveshare.vsengsaas.visualstudio.com"
    }
}