Skip to content

Commit 08a597e

Browse files
committed
Edit pass
1 parent 307621f commit 08a597e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/configure/telemetry.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
ContentId: 47a2e3b1-24f2-42e6-a6e6-272c2a0f3218
33
DateApproved: 10/09/2025
4-
MetaDescription: Learn about Visual Studio Code collected telemetry and how to opt out.
4+
MetaDescription: Learn about telemetry collection in Visual Studio Code and how to opt out.
55
---
66
# Telemetry
77

@@ -32,14 +32,17 @@ With the `setting(telemetry.telemetryLevel)` user setting, you can control the d
3232

3333
For example, if you don't want to send any telemetry data to Microsoft, you can set the `setting(telemetry.telemetryLevel)` user setting to `off`. This will silence all telemetry events from VS Code going forward. Note that telemetry information may have been collected and sent up until the point when you disable the setting.
3434

35-
![disable telemetry](images/telemetry/disable-telemetry.png)
35+
![Screenshot showing the Settings editor with telemetry disabled.](images/telemetry/disable-telemetry.png)
3636

3737
If you use the JSON editor for your settings, add the following line:
3838

3939
```json
4040
"telemetry.telemetryLevel": "off"
4141
```
4242

43+
> [!IMPORTANT]
44+
> To participate in the A/B experimentation to get early access to new features, you must have usage data enabled by setting `setting(telemetry.telemetryLevel)` to `all`.
45+
4346
## Feature availability and telemetry
4447

4548
VS Code uses an A/B experimentation system to roll out new features to a subset of users before making them generally available. This helps us validate that a new feature is working as expected across a diverse set of users before rolling it out to everyone. By participating in experimentation, you help us improve the quality of VS Code and can help shape the future of the product through early feedback.
@@ -159,7 +162,7 @@ When you open a file type for which VS Code does not have any precomputed recomm
159162

160163
Please read the [extension guides telemetry document](/api/extension-guides/telemetry.md).
161164

162-
## Next steps
165+
## Related resources
163166

164167
* [Centrally manage telemetry log level](/docs/setup/enterprise.md#configure-telemetry-level) - Learn how to set the telemetry log level for your organization.
165168
* [Visual Studio Code FAQ](/docs/supporting/faq.md) - Consult the Frequently Asked Questions to learn more.

0 commit comments

Comments
 (0)