Visual Studio Code: Difference between revisions
m move MS link to intro; link Windows |
m Added archived reference links |
||
| Line 23: | Line 23: | ||
===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> 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. | 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 |archive-url=https://web.archive.org/web/20251219092557/https://code.visualstudio.com/docs/configure/telemetry |archive-date=19 Dec 2025 |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=== | ||
In April 2025, Microsoft pushed an update to the "C/C++" extension for Visual Studio Code that introduced functionality to entirely disable the extension under the condition that it was running inside of a third-party fork of the editor<ref>{{Cite news |last=Claburn |first=Thomas |date=2025-04-24 |title=Devs sound alarm after Microsoft subtracts C/C++ extension from VS Code forks |url=https://www.theregister.com/2025/04/24/microsoft_vs_code_subtracts_cc_extension/ |url-status=live |work=The Register}}</ref>, displaying an error that says: | In April 2025, Microsoft pushed an update to the "C/C++" extension for Visual Studio Code that introduced functionality to entirely disable the extension under the condition that it was running inside of a third-party fork of the editor<ref>{{Cite news |last=Claburn |first=Thomas |date=2025-04-24 |title=Devs sound alarm after Microsoft subtracts C/C++ extension from VS Code forks |url=https://www.theregister.com/2025/04/24/microsoft_vs_code_subtracts_cc_extension/ |url-status=live |archive-url=https://archive.ph/8SLdN |archive-date=25 Apr 2025 |work=The Register}}</ref>, displaying an error that says: | ||
<span lang="en" dir="ltr">"The C/C++ extension may be used only with Microsoft Visual Studio, Visual Studio for Mac, Visual Studio Code, Azure DevOps, Team Foundation Server, and successor Microsoft products and services to develop and test your applications."</span><ref>{{Cite web |title=VSCodium issues |url=https://github.com/VSCodium/vscodium/issues/2300 |website="Microsoft C/C++ Extension appears to no longer support unofficial forks of VS Code"}}</ref><ref>{{Cite web |title=Cursor issues |url=https://github.com/cursor/cursor/issues/2976 |website="Has the VSCode C/C++ Extension been blocked?"}}</ref> | <span lang="en" dir="ltr">"The C/C++ extension may be used only with Microsoft Visual Studio, Visual Studio for Mac, Visual Studio Code, Azure DevOps, Team Foundation Server, and successor Microsoft products and services to develop and test your applications."</span><ref>{{Cite web |title=VSCodium issues |url=https://github.com/VSCodium/vscodium/issues/2300 |archive-url=https://web.archive.org/web/20250405162831/https://github.com/VSCodium/vscodium/issues/2300 |archive-date=5 Apr 2025 |website="Microsoft C/C++ Extension appears to no longer support unofficial forks of VS Code"}}</ref><ref>{{Cite web |title=Cursor issues |url=https://github.com/cursor/cursor/issues/2976 |archive-url=https://web.archive.org/web/20250625115317/https://github.com/cursor/cursor/issues/2976 |archive-date=25 Jun 2025 |website="Has the VSCode C/C++ Extension been blocked?"}}</ref> | ||
==See also== | ==See also== | ||