1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Codespaces support for JetBrains - review comment changes (#31483)

This commit is contained in:
hubwriter
2022-10-21 16:52:01 +01:00
committed by GitHub
parent 30ea40c9c6
commit 470e29e11a
38 changed files with 139 additions and 99 deletions

View File

@@ -33,9 +33,9 @@ From the advanced options page, users can change the preselected settings if req
## Creating an "Open in {% data variables.product.prodname_github_codespaces %}" badge
{% data reusables.repositories.navigate-to-repo %}
1. Under the repository name, use the "Branch" drop-down menu, and select the branch you want to create the badge for.
1. Under the repository name, use the "Branch" dropdown menu, and select the branch you want to create the badge for.
![Screenshot of the Branch drop-down menu](/assets/images/help/codespaces/branch-drop-down.png)
![Screenshot of the Branch dropdown menu](/assets/images/help/codespaces/branch-drop-down.png)
1. Click the **{% octicon "code" aria-label="The code icon" %} Code** button, then click the **Codespaces** tab.

View File

@@ -25,7 +25,7 @@ This guide shows you how to set up your C# (.NET) project {% data reusables.code
## Step 1: Open your project in a codespace
1. Under the repository name, use the **{% octicon "code" aria-label="The code icon" %} Code** drop-down menu, and in the **Codespaces** tab, click **Create codespace on main**.
1. Under the repository name, use the **{% octicon "code" aria-label="The code icon" %} Code** dropdown menu, and in the **Codespaces** tab, click **Create codespace on main**.
![New codespace button](/assets/images/help/codespaces/new-codespace-button.png)
@@ -199,9 +199,9 @@ In the previous section, you used the `postCreateCommand` to install a set of pa
1. Run your application by pressing `F5` or entering `dotnet watch run` in your terminal.
2. When your project starts, you should see a toast in the bottom right corner with a prompt to connect to the port your project uses.
2. When your project starts, you should see a "toast" notification message at the bottom right corner of {% data variables.product.prodname_vscode_shortname %}, containing a prompt to connect to the port your project uses.
![Port forwarding toast](/assets/images/help/codespaces/python-port-forwarding.png)
![Port forwarding "toast" notification](/assets/images/help/codespaces/python-port-forwarding.png)
## Step 5: Commit your changes

View File

@@ -25,7 +25,7 @@ This guide shows you how to set up your Java project {% data reusables.codespace
## Step 1: Open your project in a codespace
1. Under the repository name, use the **{% octicon "code" aria-label="The code icon" %} Code** drop-down menu, and in the **Codespaces** tab, click **Create codespace on main**.
1. Under the repository name, use the **{% octicon "code" aria-label="The code icon" %} Code** dropdown menu, and in the **Codespaces** tab, click **Create codespace on main**.
![New codespace button](/assets/images/help/codespaces/new-codespace-button.png)
@@ -170,9 +170,9 @@ In the previous section, you used the `postCreateCommand` to install a set of pa
1. Run your application by pressing `F5`.
2. When your project starts, you should see a toast in the bottom right corner with a prompt to connect to the port your project uses.
2. When your project starts, you should see a "toast" notification message at the bottom right corner of {% data variables.product.prodname_vscode_shortname %}, containing a prompt to connect to the port your project uses.
![Port forwarding toast](/assets/images/help/codespaces/codespaces-port-toast.png)
![Port forwarding "toast" notification](/assets/images/help/codespaces/codespaces-port-toast.png)
## Step 5: Commit your changes

View File

@@ -31,7 +31,7 @@ This guide shows you how to set up your JavaScript, Node.js, or TypeScript proje
## Step 1: Open your project in a codespace
1. Under the repository name, use the **{% octicon "code" aria-label="The code icon" %} Code** drop-down menu, and in the **Codespaces** tab, click **Create codespace on main**.
1. Under the repository name, use the **{% octicon "code" aria-label="The code icon" %} Code** dropdown menu, and in the **Codespaces** tab, click **Create codespace on main**.
![New codespace button](/assets/images/help/codespaces/new-codespace-button.png)
@@ -165,9 +165,9 @@ In the previous section, you used the `postCreateCommand` to installing a set of
![npm start in terminal](/assets/images/help/codespaces/codespaces-npmstart.png)
2. When your project starts, you should see a toast in the bottom right corner with a prompt to connect to the port your project uses.
2. When your project starts, you should see a "toast" notification message at the bottom right corner of {% data variables.product.prodname_vscode_shortname %}, containing a prompt to connect to the port your project uses.
![Port forwarding toast](/assets/images/help/codespaces/codespaces-port-toast.png)
![Port forwarding "toast" notification](/assets/images/help/codespaces/codespaces-port-toast.png)
## Step 5: Commit your changes

View File

@@ -28,7 +28,7 @@ This guide shows you how to set up your Python project {% data reusables.codespa
## Step 1: Open your project in a codespace
1. Under the repository name, use the **{% octicon "code" aria-label="The code icon" %} Code** drop-down menu, and in the **Codespaces** tab, click **Create codespace on main**.
1. Under the repository name, use the **{% octicon "code" aria-label="The code icon" %} Code** dropdown menu, and in the **Codespaces** tab, click **Create codespace on main**.
![New codespace button](/assets/images/help/codespaces/new-codespace-button.png)
@@ -191,9 +191,9 @@ In the previous section, you used the `postCreateCommand` to install a set of pa
1. Run your application by pressing `F5` or entering `python -m flask run` in the codespace terminal.
2. When your project starts, you should see a toast in the bottom right corner with a prompt to connect to the port your project uses.
2. When your project starts, you should see a "toast" notification message at the bottom right corner of {% data variables.product.prodname_vscode_shortname %}, containing a prompt to connect to the port your project uses.
![Port forwarding toast](/assets/images/help/codespaces/python-port-forwarding.png)
![Port forwarding "toast" notification](/assets/images/help/codespaces/python-port-forwarding.png)
## Step 5: Commit your changes