-
Notifications
You must be signed in to change notification settings - Fork 756
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Apply suggestions from code review
Co-authored-by: Agnès ZITTE <[email protected]>
- Loading branch information
1 parent
b1f6c03
commit 83cbcd0
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,8 @@ Sign in with your Uno Platform account directly in your favorite IDE—Visual St | |
1. Go to our website, [platform.uno](https://platform.uno/), and click on the **Sign in** button in the top right corner, or go directly to [platform.uno/my-account](https://platform.uno/my-account). | ||
2. Enter your email address and click on **Register**. | ||
3. On the registration page, fill in your information. Once done, click on **Sign up**. | ||
4. You will receive a confirmation email from **[email protected]**. Click on **Confirm Email** to activate your account. | ||
5. You should then see the Sign in page. Enter your email and password and click on **Sign in** to access your account details, where you can update information or add more details. | ||
4. You will receive a confirmation email from **[email protected]**. Click on the **Confirm Email** button in the content of the email to activate your account. | ||
5. You should then see the sign-in page. Enter your email and password and click on **Sign in** to access your account details, where you can update information or add more details. | ||
|
||
## Sign in to your IDE of choice | ||
|
||
|
@@ -25,7 +25,7 @@ After creating your Uno Platform account, follow the steps below to sign in to y | |
If you’ve already set up **Visual Studio 2022** by following [Get Started on Visual Studio 2022](xref:Uno.GettingStarted.CreateAnApp.VS2022), you can sign in with your Uno Platform account as follows: | ||
|
||
1. Create a new Uno Platform project or open an existing one with `Uno.Sdk` version 5.5 or higher. | ||
2. After opening your project, a popup should appear. Click **Sign In / Register**. | ||
2. After opening and loading completely your project, a popup should appear. Click **Sign In / Register**. | ||
![Visual Studio 2022 Popup](Assets/uno-settings-popup.png) | ||
>![NOTE] | ||
> If the popup doesn’t appear, access Uno Platform settings by clicking on **View** > **Other Windows** > **Uno Platform Settings**. | ||
|
@@ -36,7 +36,7 @@ If you’ve already set up **Visual Studio 2022** by following [Get Started on V | |
If you’ve already set up **Visual Studio Code** by following [Get Started on VS Code documentation](xref:Uno.GettingStarted.CreateAnApp.VSCode), sign in as follows: | ||
|
||
1. Create a new Uno Platform project or open an existing one with `Uno.Sdk` version 5.5 or higher. | ||
2. After opening your project, click the red Solution Button in the bottom status bar and switch to `.csproj` instead of `.sln`. | ||
2. After opening and loading completely your project, click the red Solution Button in the bottom status bar and switch to `.csproj` instead of `.sln`. | ||
![VS Code Solution Button](Assets/uno-vsc-csproj.gif) | ||
3. Access **Uno Platform** extension settings by selecting **View** > **Command Palette...** and typing `Uno Platform: Open Settings`. | ||
![Visual Studio Code Menu](Assets/uno-settings-vsc.png) | ||
|