From 3464212bf1208ec72233476f3cb565d8c6c23cb3 Mon Sep 17 00:00:00 2001 From: dr0er <87266283+dr0er@users.noreply.github.com> Date: Thu, 17 Oct 2024 17:15:36 +0200 Subject: [PATCH] Removes periods from list in developing in a codespace (#34959) Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- .../developing-in-a-codespace.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/content/codespaces/developing-in-a-codespace/developing-in-a-codespace.md b/content/codespaces/developing-in-a-codespace/developing-in-a-codespace.md index 34cc5d3411d5..fb5cab65a7af 100644 --- a/content/codespaces/developing-in-a-codespace/developing-in-a-codespace.md +++ b/content/codespaces/developing-in-a-codespace/developing-in-a-codespace.md @@ -26,10 +26,10 @@ shortTitle: Develop in a codespace You can develop code in a codespace using your choice of tool: -* A command shell, via an SSH connection initiated using {% data variables.product.prodname_cli %}. -* One of the JetBrains IDEs, via the JetBrains Gateway. -* The {% data variables.product.prodname_vscode %} desktop application. -* A browser-based version of {% data variables.product.prodname_vscode %}. +* A command shell, via an SSH connection initiated using {% data variables.product.prodname_cli %} +* One of the JetBrains IDEs, via the JetBrains Gateway +* The {% data variables.product.prodname_vscode %} desktop application +* A browser-based version of {% data variables.product.prodname_vscode %} {% webui %} @@ -89,6 +89,7 @@ Within the {% data variables.product.prodname_github_codespaces %} documentation ![Annotated screenshot of the six main components of the user interface for JetBrains IntelliJ IDEA.](/assets/images/help/codespaces/jetbrains-gui-with-callouts.png) The main components of the user interface are: + 1. **Navigation bar** - This displays the path to the currently selected file or directory. Use the buttons to the right of the navigation bar to perform various actions, including building, running, or debugging the project, or running Git commands to commit and push your changes. 1. **Project tool window** - This shows you the structure of your project and allows you to open files in the editor. 1. **{% data variables.product.prodname_github_codespaces %} tool window** - This is displayed by clicking the {% data variables.product.prodname_github_codespaces %} plugin in the bar to the left of the tool window. It displays information about your codespace, including its display name and machine type. The buttons at the top of this tool window allow you to: