Skip to content

Commit 6962f47

Browse files
authored
Codespaces: Bug fix - add sign-in instruction (#40580)
1 parent a218d76 commit 6962f47

6 files changed

Lines changed: 8 additions & 2 deletions

File tree

content/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/setting-up-your-dotnet-project-for-codespaces.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ This tutorial guide shows you how to set up an example C# (.NET) project {% data
2222

2323
## Step 1: Open the project in a codespace
2424

25+
{% data reusables.getting-started.sign-in-dotcom %}
2526
1. Go to https://github.com/microsoft/vscode-remote-try-dotnet.
2627
{% data reusables.codespaces.use-this-template %}
2728

content/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/setting-up-your-java-project-for-codespaces.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ This guide shows you how to set up an example Java project {% data reusables.cod
2222

2323
## Step 1: Open the project in a codespace
2424

25+
{% data reusables.getting-started.sign-in-dotcom %}
2526
1. Go to https://github.com/microsoft/vscode-remote-try-java.
2627
{% data reusables.codespaces.use-this-template %}
2728

content/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/setting-up-your-nodejs-project-for-codespaces.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ This guide shows you how to set up an example Node.js project {% data reusables.
2222

2323
## Step 1: Open the project in a codespace
2424

25+
{% data reusables.getting-started.sign-in-dotcom %}
2526
1. Go to https://github.com/microsoft/vscode-remote-try-node.
2627
{% data reusables.codespaces.use-this-template %}
2728

content/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/setting-up-your-php-project-for-codespaces.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ This guide shows you how to set up an example PHP project {% data reusables.code
2222

2323
## Step 1: Open the project in a codespace
2424

25+
{% data reusables.getting-started.sign-in-dotcom %}
2526
1. Go to https://github.com/microsoft/vscode-remote-try-php.
2627
{% data reusables.codespaces.use-this-template %}
2728

@@ -83,8 +84,8 @@ The default development container, or "dev container," for {% data variables.pro
8384

8485
With your dev container configuration added and a basic understanding of what everything does, you can now make changes to customize your environment further. In this example, you'll add properties that will:
8586

86-
* Run `composer install`, after the dev container is created, to install the dependencies listed in a `composer.json` file.
87-
* Automatically install a {% data variables.product.prodname_vscode_shortname %} extension in this codespace.
87+
- Run `composer install`, after the dev container is created, to install the dependencies listed in a `composer.json` file.
88+
- Automatically install a {% data variables.product.prodname_vscode_shortname %} extension in this codespace.
8889

8990
1. In the `devcontainer.json` file, delete the two commented-out lines about features:
9091

content/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/setting-up-your-python-project-for-codespaces.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ This guide shows you how to set up an example Python project {% data reusables.c
2222

2323
## Step 1: Open the project in a codespace
2424

25+
{% data reusables.getting-started.sign-in-dotcom %}
2526
1. Go to https://github.com/microsoft/vscode-remote-try-python.
2627
{% data reusables.codespaces.use-this-template %}
2728

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1. Sign in to {% data variables.product.prodname_dotcom_the_website %}, if you haven't already done so.

0 commit comments

Comments
 (0)