Fix old variable name
This commit is contained in:
@@ -52,9 +52,9 @@ For more information on using {% data variables.product.prodname_vscode %}, see
|
|||||||
|
|
||||||
{% data reusables.codespaces.committing-link-to-procedure %}
|
{% data reusables.codespaces.committing-link-to-procedure %}
|
||||||
|
|
||||||
### Using the {% data variables.product.prodname_vscode_command_palette %}
|
### Using the {% data variables.product.prodname_vs_command_palette %}
|
||||||
|
|
||||||
The {% data variables.product.prodname_vscode_command_palette %} allows you to access and manage many features for {% data variables.product.prodname_codespaces %} and {% data variables.product.prodname_vscode %}. For more information, see "[Using the {% data variables.product.prodname_vscode_command_palette %} in {% data variables.product.prodname_codespaces %}](/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces)."
|
The {% data variables.product.prodname_vs_command_palette_shortname %} allows you to access and manage many features for {% data variables.product.prodname_codespaces %} and {% data variables.product.prodname_vscode %}. For more information, see "[Using the {% data variables.product.prodname_vs_command_palette_shortname %} in {% data variables.product.prodname_codespaces %}](/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces)."
|
||||||
|
|
||||||
## Navigating to an existing codespace
|
## Navigating to an existing codespace
|
||||||
|
|
||||||
|
|||||||
@@ -140,7 +140,7 @@ You can add a predefined dev container configuration either while working in a c
|
|||||||
|
|
||||||
1. If you are working in a codespace, apply your changes, by clicking **Rebuild now** in the message at the bottom right of the window. For more information about rebuilding your container, see "[Applying changes to your configuration](#applying-changes-to-your-configuration)."
|
1. If you are working in a codespace, apply your changes, by clicking **Rebuild now** in the message at the bottom right of the window. For more information about rebuilding your container, see "[Applying changes to your configuration](#applying-changes-to-your-configuration)."
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Adding additional features to your `devcontainer.json` file
|
### Adding additional features to your `devcontainer.json` file
|
||||||
|
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ These logs contain information about the container, dev container, and their con
|
|||||||
{% webui %}
|
{% webui %}
|
||||||
|
|
||||||
1. Connect to the codespace you want to debug.
|
1. Connect to the codespace you want to debug.
|
||||||
2. Open the {% data variables.product.prodname_vscode_command_palette %} (`Shift + Command + P` (Mac) / `Ctrl + Shift + P` (Windows)) and type **Creation logs**. Select **Codespaces: View Creation Log** from the list to open the `creation.log` file.
|
2. Open the {% data variables.product.prodname_vs_command_palette %} (`Shift + Command + P` (Mac) / `Ctrl + Shift + P` (Windows)) and type **Creation logs**. Select **Codespaces: View Creation Log** from the list to open the `creation.log` file.
|
||||||
|
|
||||||
If you want to share the log with support, you can copy the text from the creation log into a text editor and save the file locally.
|
If you want to share the log with support, you can copy the text from the creation log into a text editor and save the file locally.
|
||||||
|
|
||||||
|
|||||||
@@ -56,4 +56,4 @@ Some more destructive options:
|
|||||||
This codespace is currently running in recovery mode due to a container error.
|
This codespace is currently running in recovery mode due to a container error.
|
||||||
```
|
```
|
||||||
|
|
||||||
Review the creation logs, update the dev container configuration as needed, and run **Codespaces: Rebuild Container** in the {% data variables.product.prodname_vscode_command_palette %} to retry. For more information, see " [Codespaces logs](/codespaces/troubleshooting/codespaces-logs)" and "[Configuring {% data variables.product.prodname_codespaces %} for your project](/github/developing-online-with-codespaces/configuring-codespaces-for-your-project#apply-changes-to-your-configuration)."
|
Review the creation logs, update the dev container configuration as needed, and run **Codespaces: Rebuild Container** in the {% data variables.product.prodname_vs_command_palette %} to retry. For more information, see " [Codespaces logs](/codespaces/troubleshooting/codespaces-logs)" and "[Configuring {% data variables.product.prodname_codespaces %} for your project](/github/developing-online-with-codespaces/configuring-codespaces-for-your-project#apply-changes-to-your-configuration)."
|
||||||
|
|||||||
Reference in New Issue
Block a user