3.0 KiB
title, intro, product, versions, type, topics, shortTitle
| title | intro | product | versions | type | topics | shortTitle | |||
|---|---|---|---|---|---|---|---|---|---|
| Working with support for Codespaces | Tips on getting the best help from support for {% data variables.product.prodname_codespaces %}. | {% data reusables.gated-features.codespaces %} |
|
reference |
|
Working with support |
Before support can help you with problems with codespaces, you need to know the name of the codespace and its codespaces ID (identifier). In addition, support may ask you to share some logs with them. For more information, see "Codespaces logs" and "About GitHub Support."
Codespace names
Each codespace has a unique name that is a combination of your {% data variables.product.company_short %} handle, the repository name, and some random characters. The additional characters allow you to have codespaces for different branches in the same repository. For example: octocat-myrepo-gmc7.
To find the name of a codespace:
- Open the codespace in the browser. The subdomain of the URL is the name of the codespace. For example:
https://octocat-myrepo-gmc7.github.devis the URL for theoctocat-myrepo-gmc7codespace. - If you cannot open a codespace, you can access the name in {% data variables.product.product_name %} on https://github.com/codespaces. The name is shown in a pop-up when you hover over the Open in browser option on https://github.com/codespaces.

The name the codespace is also included in many of the log files. For example, in the codespace logs as the value of friendlyName, in the {% data variables.product.prodname_github_codespaces %} extension log after making GET request for, and in the browser console log after clientUrl. For more information, see "Codespaces logs."
Codespaces IDs
Every codespace also has an ID (identifer). This is not shown by default in {% data variables.product.prodname_vscode %} so you may need to update the settings for the {% data variables.product.prodname_github_codespaces %} extension before you can access the ID.
- In {% data variables.product.prodname_vscode %}, browser or desktop, in the Activity Bar on the left, click Remote Explorer to show details for the codespace.
- If the sidebar includes a "Codespace Performance" section, hover over the "Codespace ID" and click the clipboard icon to copy the ID.
- If the information is not shown, click {% octicon "gear" aria-label="The gear icon" %}, in the bottom-left corner of the Activity Bar, to display the "Settings" tab.
- Expand Extensions and click {% data variables.product.prodname_github_codespaces %} to display the settings for the extension. Then enable Show Performance Explorer to display the "Codespace Performance" section in the sidebar.
