Visual Studio Code: Difference between revisions
Add info to telemetry incident and reorder incidents by importance |
Mention the MS Privacy Statement as well as VS Codium |
||
Line 13: | Line 13: | ||
However, the binaries published by Microsoft are proprietary under the "Microsoft Software License" and ships with closed-source modifications. | However, the binaries published by Microsoft are proprietary under the "Microsoft Software License" and ships with closed-source modifications. | ||
Alternate fully open source forks exists like [https://vscodium.com/ VS Codium]. | |||
==Incidents== | ==Incidents== | ||
===Telemetry enabled by default=== | ===Telemetry enabled by default=== | ||
Microsoft's proprietary build sends telemetry data by default<ref>{{Cite web |title=Telemetry |url=https://code.visualstudio.com/docs/configure/telemetry |url-status=live |website=VS Code Documentation}}</ref>. It has to be disabled manually by setting <code>telemetry.telemetryLevel</code> to <code>off</code> in the user settings. | Microsoft's proprietary build sends telemetry data by default<ref>{{Cite web |title=Telemetry |url=https://code.visualstudio.com/docs/configure/telemetry |url-status=live |website=VS Code Documentation}}</ref> which goes under [https://www.microsoft.com/en-us/privacy/privacystatement Microsoft's Privacy Statement]. It has to be disabled manually by setting <code>telemetry.telemetryLevel</code> to <code>off</code> in the user settings. | ||
===Blocking extensions for third-party forks=== | ===Blocking extensions for third-party forks=== |