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
@@ -50,7 +50,7 @@ If your version of NativeScript is incompatible with the extension you will see
50
50
npm install
51
51
npm run build # compiles TypeScript source files to JavaScript
52
52
npm run package # produces nativescript-*.*.*.vsix in the root folder
53
-
```
53
+
```
54
54
55
55
3. To test the extension run the following commands in the root repository folder:
56
56
@@ -60,6 +60,19 @@ If your version of NativeScript is incompatible with the extension you will see
60
60
npm run launch-as-server # launches the debug adapter in server mode
61
61
# execute this in a separate terminal
62
62
npm run test-mac # run tests on ios device
63
-
```
63
+
```
64
64
65
65
4. To install the extension drag and drop the `nativescript-*.*.*.vsix` package in the VS Code.
66
+
67
+
### How to disable the analytics
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
+
70
+
If you have previously enabled the analytics option, you can disable it by following the steps outlined below:
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 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