Fix test
This commit is contained in:
@@ -15,9 +15,9 @@ redirect_from:
|
|||||||
- /codespaces/codespaces-reference/using-the-command-palette-in-codespaces
|
- /codespaces/codespaces-reference/using-the-command-palette-in-codespaces
|
||||||
---
|
---
|
||||||
|
|
||||||
## About the {% data variables.product.prodname_vs_command_palette %}
|
## About the {% data variables.product.prodname_vscode_command_palette %}
|
||||||
|
|
||||||
The Command Palette is one of the focal features of {% data variables.product.prodname_vscode %} and is available for you to use in Codespaces. The {% data variables.product.prodname_vs_command_palette %} allows you to access many commands for {% data variables.product.prodname_codespaces %} and {% data variables.product.prodname_vscode_shortname %}. For more information on using the {% data variables.product.prodname_vs_command_palette_shortname %}, see "[User Interface](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette)" in the {% data variables.product.prodname_vscode_shortname %} documentation.
|
The Command Palette is one of the focal features of {% data variables.product.prodname_vscode %} and is available for you to use in Codespaces. The {% data variables.product.prodname_vscode_command_palette %} allows you to access many commands for {% data variables.product.prodname_codespaces %} and {% data variables.product.prodname_vscode_shortname %}. For more information on using the {% data variables.product.prodname_vs_command_palette_shortname %}, see "[User Interface](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette)" in the {% data variables.product.prodname_vscode_shortname %} documentation.
|
||||||
|
|
||||||
## Accessing the {% data variables.product.prodname_vs_command_palette_shortname %}
|
## Accessing the {% data variables.product.prodname_vs_command_palette_shortname %}
|
||||||
|
|
||||||
|
|||||||
@@ -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_vs_command_palette %}
|
### Using the {% data variables.product.prodname_vscode_command_palette %}
|
||||||
|
|
||||||
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)."
|
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_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
|
||||||
|
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ As you develop in your codespace, it will save any changes to your files every f
|
|||||||
|
|
||||||
### Closing or stopping your codespace
|
### Closing or stopping your codespace
|
||||||
|
|
||||||
To stop your codespace you can [use the {% data variables.product.prodname_vs_command_palette %}](/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces#suspending-or-stopping-a-codespace) (`Shift + Command + P` (Mac) / `Ctrl + Shift + P` (Windows)). If you exit your codespace without running the stop command (for example, closing the browser tab), or if you leave the codespace running without interaction, the codespace and its running processes will continue until a window of inactivity occurs, after which the codespace will stop. By default, the window of inactivity is 30 minutes.
|
To stop your codespace you can [use the {% data variables.product.prodname_vscode_command_palette %}](/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces#suspending-or-stopping-a-codespace) (`Shift + Command + P` (Mac) / `Ctrl + Shift + P` (Windows)). If you exit your codespace without running the stop command (for example, closing the browser tab), or if you leave the codespace running without interaction, the codespace and its running processes will continue until a window of inactivity occurs, after which the codespace will stop. By default, the window of inactivity is 30 minutes.
|
||||||
|
|
||||||
When you close or stop your codespace, all uncommitted changes are preserved until you connect to the codespace again.
|
When you close or stop your codespace, all uncommitted changes are preserved until you connect to the codespace again.
|
||||||
|
|
||||||
|
|||||||
@@ -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_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.
|
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.
|
||||||
|
|
||||||
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_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)."
|
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)."
|
||||||
|
|||||||
@@ -183,7 +183,7 @@ prodname_vscode: 'Visual Studio Code'
|
|||||||
prodname_vss_ghe: 'Visual Studio subscriptions with GitHub Enterprise'
|
prodname_vss_ghe: 'Visual Studio subscriptions with GitHub Enterprise'
|
||||||
prodname_vss_admin_portal_with_url: 'the [administrator portal for Visual Studio subscriptions](https://visualstudio.microsoft.com/subscriptions-administration/)'
|
prodname_vss_admin_portal_with_url: 'the [administrator portal for Visual Studio subscriptions](https://visualstudio.microsoft.com/subscriptions-administration/)'
|
||||||
prodname_vs_command_palette_shortname: 'VS Code Command Palette'
|
prodname_vs_command_palette_shortname: 'VS Code Command Palette'
|
||||||
prodname_vs_command_palette: 'Visual Studio Code Command Palette'
|
prodname_vscode_command_palette: 'Visual Studio Code Command Palette'
|
||||||
prodname_vs_marketplace: 'Visual Studio Code Marketplace'
|
prodname_vs_marketplace: 'Visual Studio Code Marketplace'
|
||||||
prodname_vs_marketplace_shortname: 'VS Code Marketplace'
|
prodname_vs_marketplace_shortname: 'VS Code Marketplace'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user