Skip to content

Commit b95cec4

Browse files
authored
Merge pull request #437 from sid-srini/update-readme-telemetry
Updated README to refer to the Telemetry policy
2 parents f90fe48 + 3efe910 commit b95cec4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,20 @@ If an action has been applied to the Maven `pom.xml` file through the extension,
200200
1. Check the `pom.xml` file for any duplicated tags.
201201
2. If duplicated tags are found, remove the extra tags and attempt to compile again.
202202

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+
203217
## Contributing
204218

205219
This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)

0 commit comments

Comments
 (0)