vscodium icon indicating copy to clipboard operation
vscodium copied to clipboard

"Git History" extension make VSCodium send telemetry out

Open lessload opened this issue 2 years ago • 1 comments

Describe the bug "Git History" extension make VSCodium send telemetry out

To Reproduce

  • I have to monitor VSCodium.exe by firewall apps.
  • I found VSCodium.exe try to connect to 40.79.170.242 tcp port 443, that is dc.services.visualstudio.com
  • I try to disable "Git History" extension. and connection was gone. Test it 3 time for confirmation.

Expected behavior VSCodium.exe should not connect to any telemetry server

Desktop (please complete the following information):

  • OS: Windows 11
  • Architecture x64
  • Version 1.67.2

Additional context It's may extension problem. but VSCodium should have the way to block it.

lessload avatar May 20 '22 07:05 lessload

The telemetry is fully backed in the extension (https://github.com/DonJayamanne/gitHistoryVSCode/blob/master/src/common/telemetry.ts). It isn't due to VSCodium.

Not sure if there a way to block it from VSCodium... further research need to be done...

I will leave the issue open until I found out if that telemetry can be blocked or not.

daiyam avatar May 20 '22 08:05 daiyam

That extension is still using the old setting to disable the telemetry ("telemetry.enableTelemetry": false,, https://github.com/DonJayamanne/gitHistoryVSCode/blob/75575aa03d03a06a2b901944d65a0f58f4875e02/src/common/telemetry.ts#L20)

daiyam avatar Sep 27 '22 18:09 daiyam

This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment, and we'll keep it open. If you have any new additional information, please include it with your comment!

github-actions[bot] avatar Mar 27 '23 01:03 github-actions[bot]

This issue has been closed due to inactivity, and will not be monitored. If this is a bug and you can reproduce this issue, please open a new issue.

github-actions[bot] avatar Apr 26 '23 01:04 github-actions[bot]