Skip to content

Commit

Permalink
docs(vsx): update extension options article (#1552)
Browse files Browse the repository at this point in the history
* docs(vsx): update extension options article

* Update options.md

---------

Co-authored-by: Yordan <[email protected]>
  • Loading branch information
ntacheva and yordan-mitev authored Jul 20, 2023
1 parent 73ac245 commit 068aa25
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions getting-started/vs-integration/options.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
---
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
---

# Options

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)

Expand All @@ -36,21 +36,21 @@ 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
````

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

Expand Down

0 comments on commit 068aa25

Please sign in to comment.