Skip to content

Commit 7393a37

Browse files
authored
Merge pull request #8322 from SayyedaM/editbranch
Editbranch - Connected Experiences
2 parents b54b5e3 + ee3af4c commit 7393a37

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Connected Experiences in Visual Studio
3+
description: A connected experience connects to the internet from a client machine and provides a service to the customer.
4+
ms.date: 05/20/2021
5+
ms.topic: conceptual
6+
helpviewer_keywords:
7+
author: SayyedaM
8+
ms.author: sayyedamussa
9+
manager: jmartens
10+
ms.workload:
11+
- multiple
12+
ms.prod: visual-studio-windows
13+
14+
---
15+
16+
# **Connected experiences in Visual Studio** #
17+
18+
Visual Studio consists of client software applications and connected experiences designed to enable you to code more effectively. Updating a [NuGet](/nuget/consume-packages/install-use-packages-visual-studio) package, selecting an [IntelliCode](/visualstudio/intellicode/overview)suggestion, and collaborating with another developer through [Live Share](/visualstudio/liveshare/quickstart/share) are examples of connected experiences.
19+
20+
## Choose whether these connected experiences are available to use ##
21+
22+
You can choose which connected experiences to use. Use of certain connected experiences require agreement to different and additional terms to the Visual Studio EULA. These experiences may be Microsoft-owned online services and/or services owned by third-parties. For example, when you use GitHub connected experiences, the [GitHub Privacy Statement](https://docs.github.com/github/site-policy/github-privacy-statement) and [GitHub Terms of Service](https://docs.github.com/github/site-policy/github-terms-of-service), [GitHub Corporate Terms of Service](https://docs.github.com/github/site-policy/github-corporate-terms-of-service), and/or [Additional Product Terms](https://docs.github.com/github/site-policy/github-additional-product-terms) will apply. If you [Report A Problem](/visualstudio/ide/how-to-report-a-problem-with-visual-studio), you agree to the [Microsoft Terms of Use](https://www.microsoft.com/legal/terms-of-use) and the [Microsoft Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement). If you use the NuGet service, you agree to the [NuGet Terms of Use](https://www.nuget.org/policies/Terms) and the [Microsoft Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement).
23+
24+
When you install Visual Studio, [you may optionally select workloads and components to install](/visualstudio/install/install-visual-studio). Workloads and components may leverage third parties and may enable connected experiences depending on their functionality. For example, [downloading the Azure development workload allows you to publish your cloud apps to Azure](https://visualstudio.microsoft.com/vs/features/azure/). Based on your installation selections, you may also use the Tools and Options menu to connect to, to configure, and to use connected experiences. For example, you can connect to a server, add Azure Services authentication, or change IntelliCode or LiveShare settings.
25+
26+
You can also use your organization’s [firewall settings](/visualstudio/install/install-and-use-visual-studio-behind-a-firewall-or-proxy-server) to enable or disable connection to services. Please note that disabling connection to an endpoint may negatively affect or disable performance of related Visual Studio features.
27+
28+
Finally, the Visual Studio Marketplace offers extensions that may enable first or third party connected experiences. Visual Studio Marketplace is subject to the [Visual Studio Marketplace Terms of Use](https://cdn.vsassets.io/v/M146_20190123.39/_content/Microsoft-Visual-Studio-Marketplace-Terms-of-Use.pdf) and the [Microsoft Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement). Each extension requires agreement to particular terms of use and privacy statement associated with that offering.
29+
30+
31+
## Required service data ##
32+
33+
Required service data can include information related to the operation of the connected experience that is needed to keep the underlying service secure, up to date, and performing as expected. If you choose to use a connected experience that analyzes your content, for example IntelliCode, the code you selected for your model is also sent and processed to provide you the connected experience. Required service data can also include information needed by a connected experience to perform its task, such updating a NuGet package. You can manage required service data by choosing whether or not to use a particular service. If you do not use a service, then no required service data is collected.
34+
35+
Required service data is different from diagnostic data because diagnostic data relates to the software running on your device. Your choice whether to participate in the [Visual Studio Customer Experience Improvement Program (VSCEIP) controls privacy settings for diagnostic data](/visualstudio/ide/visual-studio-experience-improvement-program), but this setting does not affect whether required service data is sent.
36+
37+
## Diagnostic data collection ##
38+
39+
Diagnostic data is used to keep Visual Studio secure and up-to-date, detect, diagnose and fix problems, and also make product improvements. Diagnostic data is collected and sent to Microsoft about Visual Studio client software running on the user's device.
40+
41+
When you opt out, you are opting out of optional diagnostic data collection. Some diagnostic data collection is required to make sure Visual Studio is secure, up to date, and performing as expected. Required diagnostic data collection will not be affected by your choice to opt out of [VSCEIP](/visualstudio/ide/visual-studio-experience-improvement-program).

docs/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1453,6 +1453,8 @@
14531453
href: ide/visual-studio-experience-improvement-program.md
14541454
- name: System-generated logs
14551455
href: ide/diagnostic-data-collection.md
1456+
- name: Connected experiences in Visual Studio
1457+
href: ide/reference/connected-experiences.md
14561458
- name: Troubleshooting IDE errors
14571459
href: ide/reference/resources-for-troubleshooting-integrated-development-environment-errors.md
14581460
- name: Send feedback

0 commit comments

Comments
 (0)