You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -65,12 +65,14 @@ If your version of NativeScript is incompatible with the extension you will see
65
65
4. To install the extension drag and drop the `nativescript-*.*.*.vsix` package in the VS Code.
66
66
67
67
### How to disable the analytics
68
-
NativeScript Extension for Visual Studio Code collects usage data and sends it to Progress to help improve our products and services.
68
+
The anonymous usage data collected by Progress from the NativeScript extension for Visual Studio Code is used strictly to improve the product and its services, and enhance the overall user experience.
69
69
70
-
If you don’t wish to send usage data to Progress, you can set the **nativescript.analytics.enabled** to **false**.
71
-
72
-
From **File > Preferences > Settings** (macOS: **Code > Preferences > Settings**), add the following option to disable analytics:
70
+
If you have previously enabled the analytics option, you can disable it by following the steps outlined below:
73
71
72
+
1. Open the Visual Studio Code Settings
73
+
- on Windows, select **File > Preferences > Settings**
74
+
- on macOS, select **Code > Preferences > Settings**
75
+
2. Add the following option (or update the existing one) to disable the analytics:
privatestaticANALYTICS_PROMPT_MESSAGE="Help improve NativeScript Extension by allowing Progress to collect data usage. "+
14
-
"Read our [privacy statement](https://www.telerik.com/about/privacy-policy) and "+
15
-
"learn how to [disable analytics settings.](https://github.com/NativeScript/nativescript-vscode-extension/blob/master/README.md#how-to-disable-the-analytics). "+
16
-
"Do you want to enable analytics?";
13
+
privatestaticANALYTICS_PROMPT_MESSAGE=`Help us improve the NativeScript extension by allowing Progress to collect anonymous usage data.
14
+
For more information about the gathered information and how it is used, read our [privacy statement](https://www.telerik.com/about/privacy-policy).
15
+
You can [disable the analytics and data collection](https://github.com/NativeScript/nativescript-vscode-extension/blob/master/README.md#how-to-disable-the-analytics) at any given time.
0 commit comments