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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,6 +200,20 @@ If an action has been applied to the Maven `pom.xml` file through the extension,
200
200
1. Check the `pom.xml` file for any duplicated tags.
201
201
2. If duplicated tags are found, remove the extra tags and attempt to compile again.
202
202
203
+
## Telemetry
204
+
205
+
You may choose to enable the Oracle Java extension for Visual Studio Code (\"*JVSCE*\") to collect and send anonymous technical data commonly known as \"*telemetry data*\" to Oracle to help improve the Java platform.
206
+
- No personal information nor source code is collected.
207
+
- You may refer to the data collection and privacy policy for JVSCE at [TELEMETRY.md](vscode/TELEMETRY.md).
208
+
- No information is sent prior to you enabling Telemetry.
209
+
210
+
### Enabling/Disabling Telemetry
211
+
If you wish to enable or disable the collection and transmission of the telemetry data, you may do so in the following ways.
212
+
1. Notification pop-up request to enable.
213
+
- Appears at the time of activation of the extension, when you have not made a choice for this setting.
214
+
2. The Java extension setting: [`jdk.telemetry.enabled`](vscode://settings/jdk.telemetry.enabled)
215
+
3.*(On Microsoft Visual Studio Code)* The global VS Code setting: [`telemetry.telemetryLevel`](vscode://settings/telemetry.telemetryLevel) must be set to `all` for enabling JVSCE telemetry.
216
+
203
217
## Contributing
204
218
205
219
This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)
0 commit comments