diff --git a/getting-started/vs-integration/options.md b/getting-started/vs-integration/options.md index 9c777687e..df0060763 100644 --- a/getting-started/vs-integration/options.md +++ b/getting-started/vs-integration/options.md @@ -1,8 +1,8 @@ --- -title: Options -page_title: Options +title: Configuring the VS Extensions +page_title: Configuring the VS Extensions - Visual Studio Integration description: Learn more about the available configurations that the Visual Studio Extension provides. -slug: getting-started-vs-integration-options +slug: getting-started-vs-integration-configure-extension position: 8 --- @@ -10,20 +10,20 @@ position: 8 The **Options** dialog enables you to configure the Telerik Visual Studio Extensions to best suit your needs. -The dialog can be accessed through **Visual Studio >> Extensions >> Telerik >> Telerik UI for Blazor >> Options:** +The dialog can be accessed through **Visual Studio** > **Extensions** > **Telerik** > **Telerik UI for Blazor** > **Options...** ![Telerik UI for Blazor Visual Studio Extensions open Options dialog](images/vs-extension-open-options.png) -The **Options** dialog contains two sets of configurations that affect the **Telerik UI for Blazor** Visual Studio Extension: +The **Options** dialog contains two sets of configurations that affect the Telerik UI for Blazor Visual Studio Extension: * [Notifications](#notifications-options) * [General](#general-options) -The settings under the **General** category affect all of the installed **Telerik Visual Studio Extensions.** +The settings under the **General** category affect all installed Telerik Visual Studio Extensions—including those for other development platforms. ## Notifications Options -This setting controls whether a message will be displayed to indicate when a newer version of **Telerik UI for Blazor** is available: +This setting controls whether a message will be displayed to indicate when a newer version of Telerik UI for Blazor is available: ![Telerik UI for Blazor Visual Studio Extensions Options - Notifications](images/vs-extension-options-notifications.png) @@ -36,7 +36,7 @@ The **General Options** window includes the following configurations: ### Download Location -This setting allows you to select the folder for downloading the **Telerik UI for Blazor** package. The default path is: +This setting allows you to select the folder for downloading the Telerik UI for Blazor package. The default path is: ```` C:\Users\[username]\AppData\Roaming\Telerik\Updates @@ -44,13 +44,13 @@ C:\Users\[username]\AppData\Roaming\Telerik\Updates ### Project Setup -* Copy referenced assemblies to solution and integrate with source control - When enabled, the referenced assemblies will be copied to the solution when using Telerik wizards. `True` by default. +* **Copy referenced assemblies to solution and integrate with source control**—When enabled, the referenced assemblies will be copied to the solution when using Telerik wizards. `True` by default. ### Project Upgrade Notifications for Detected Local Distributions -* Suggest project upgrades for Telerik product versions available on my computer - `True` by default. +* **Suggest project upgrades for Telerik product versions available on my computer**—`True` by default. -* Suggest upgrades when an equal Dev release is detected on projects using a Trial - `True` by default. +* **Suggest upgrades when an equal Dev release is detected on projects using a Trial**—`True` by default. ## See Also