Codespaces support for JetBrains - review comment changes (#31483)
This commit is contained in:
@@ -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.
|
||||
|
||||

|
||||

|
||||
|
||||
1. Click the **{% octicon "code" aria-label="The code icon" %} Code** button, then click the **Codespaces** tab.
|
||||
|
||||
|
||||
@@ -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**.
|
||||
|
||||

|
||||
|
||||
@@ -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.
|
||||
|
||||

|
||||

|
||||
|
||||
## Step 5: Commit your changes
|
||||
|
||||
|
||||
@@ -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**.
|
||||
|
||||

|
||||
|
||||
@@ -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.
|
||||
|
||||

|
||||

|
||||
|
||||
## Step 5: Commit your changes
|
||||
|
||||
|
||||
@@ -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**.
|
||||
|
||||

|
||||
|
||||
@@ -165,9 +165,9 @@ In the previous section, you used the `postCreateCommand` to installing a set of
|
||||
|
||||

|
||||
|
||||
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.
|
||||
|
||||

|
||||

|
||||
|
||||
## Step 5: Commit your changes
|
||||
|
||||
|
||||
@@ -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**.
|
||||
|
||||

|
||||
|
||||
@@ -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.
|
||||
|
||||

|
||||

|
||||
|
||||
## Step 5: Commit your changes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user