From c3ba5ec6b91163a41051a3204958a38010038616 Mon Sep 17 00:00:00 2001 From: Changyong Gong Date: Fri, 31 Oct 2025 09:45:35 +0800 Subject: [PATCH 1/3] fix: add MPS --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dec44e8a..5172cfce 100644 --- a/README.md +++ b/README.md @@ -68,9 +68,9 @@ At the same time, [📦 CheckStyle](https://marketplace.visualstudio.com/items?i Each extension mentioned above is a separate open-source project and has its own repository. To make things easier, simply [🙋 open an issue in this repository](https://github.com/Microsoft/vscode-java-pack/issues). The new issue will be triaged and redirected. -## Telemetry +## Data/Telemetry -This extension collects telemetry data to help us build a better experience for building Java applications with VS Code. We only collect data on which commands are executed. We do not collect any information about names, addresses, paths, etc. The extension respects the `telemetry.enableTelemetry` setting which you can learn more about in our [FAQ](https://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting). +This extension collects telemetry data to help improve the Java development experience in VS Code. We only collect information about which commands are executed—no personal data such as names, addresses, or file paths. For more details, see our [privacy statement](http://go.microsoft.com/fwlink/?LinkId=521839). You can disable telemetry collection using the `telemetry.enableTelemetry` setting as described in our [FAQ](https://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting). ## License From cb2b9cc020373a3349d32e992b0eee0819852f69 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Fri, 31 Oct 2025 13:55:17 +0800 Subject: [PATCH 2/3] Revert telemetry wording to more visible phrasing (#1528) * Initial plan * Revert to more visible telemetry wording in README Co-authored-by: chagong <831821+chagong@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: chagong <831821+chagong@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5172cfce..ff8bb748 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Each extension mentioned above is a separate open-source project and has its own ## Data/Telemetry -This extension collects telemetry data to help improve the Java development experience in VS Code. We only collect information about which commands are executed—no personal data such as names, addresses, or file paths. For more details, see our [privacy statement](http://go.microsoft.com/fwlink/?LinkId=521839). You can disable telemetry collection using the `telemetry.enableTelemetry` setting as described in our [FAQ](https://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting). +This extension collects telemetry data to help improve the Java development experience in VS Code. We do not collect any information about names, addresses, paths. For more details, see our [privacy statement](http://go.microsoft.com/fwlink/?LinkId=521839). You can disable telemetry collection using the `telemetry.enableTelemetry` setting as described in our [FAQ](https://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting). ## License From b9ac161b117db6aa3ea3d3d824640802ef666b84 Mon Sep 17 00:00:00 2001 From: Changyong Gong Date: Fri, 31 Oct 2025 14:29:10 +0800 Subject: [PATCH 3/3] Update telemetry data description in README Clarify the information collected by telemetry in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff8bb748..c6708477 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Each extension mentioned above is a separate open-source project and has its own ## Data/Telemetry -This extension collects telemetry data to help improve the Java development experience in VS Code. We do not collect any information about names, addresses, paths. For more details, see our [privacy statement](http://go.microsoft.com/fwlink/?LinkId=521839). You can disable telemetry collection using the `telemetry.enableTelemetry` setting as described in our [FAQ](https://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting). +This extension collects telemetry data to help us improve the Java development experience in VS Code. It does not collect any personal information such as names, addresses, or file paths. For more details, see our [privacy statement](http://go.microsoft.com/fwlink/?LinkId=521839). You can disable telemetry collection at any time by changing the `telemetry.enableTelemetry` setting as described in our [FAQ](https://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting). ## License