`telemetry.enableTelemetry` is now `telemetry.telemetryLevel` (#13052)

`telemetry.enableTelemetry` was deprecated in September 2021 (VS Code version 1.61) per this release page: https://code.visualstudio.com/updates/v1_61#_telemetry-settings
This commit is contained in:
Joaquín Ruales 2023-03-20 01:44:00 -07:00 коммит произвёл GitHub
Родитель 3d09fa7725
Коммит 54c313d83e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -113,7 +113,7 @@ The extension is available in multiple languages: `de`, `en`, `es`, `fa`, `fr`,
## Data and telemetry ## Data and telemetry
The Microsoft Jupyter Extension for Visual Studio Code collects usage data and sends it to Microsoft to help improve our products and services. Read our [privacy statement](https://privacy.microsoft.com/privacystatement) to learn more. This extension respects the `telemetry.enableTelemetry` setting which you can learn more about at https://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting. The Microsoft Jupyter Extension for Visual Studio Code collects usage data and sends it to Microsoft to help improve our products and services. Read our [privacy statement](https://privacy.microsoft.com/privacystatement) to learn more. This extension respects the `telemetry.telemetryLevel` setting which you can learn more about at https://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting.
## Trademarks ## Trademarks