Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Visual Studio 2022 hangs with Opt-out from IntelliCode data collection #267

Closed
parasiteoflife opened this issue Oct 5, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@parasiteoflife
Copy link

Description

If Opt-out from IntelliCode data collection is enabled Visual Studio 2022 Enterprise hangs at Loading IntelliCode extension (from log file)

OS

Windows 10

@parasiteoflife parasiteoflife added the bug Something isn't working label Oct 5, 2023
@undergroundwires
Copy link
Owner

Hi, thank you for the issue. I don't see that it's bug of privacy.sexy, it follows official documentation to disable the telemetry, but more like a bug of Visual Studio that should be reported to their devs. You can run the revert script to reset the state.

Microsoft Source 1
Microsoft Source 2

If someone else can verify this or we can find official docs about this key being dropped, we can move this script to Strict.

@Hunanbean-Collective
Copy link

I have experienced the same.

@undergroundwires
Copy link
Owner

undergroundwires commented Nov 12, 2023

Thank you for the report @ntrzr and @Hunanbean-Collective,

I will remove this script from recommendation pool, not even in include in Strict and document the breaking behavior in next patch.

Sad that we did not hear anything back from Microsoft. Feel free to ping them for official info in MicrosoftDocs/intellicode#510. This information was from their repo see blob - intelliCode-privacy.md.

undergroundwires added a commit that referenced this issue Nov 22, 2023
This commit fixess issues #267 and #286 where users reported that
disabling IntelliCode data collection causes Visual Studio 2022 to hang
or become unresponsive.

The script has been updated to remove its recommendation status and
include a warning about these issues. As Microsoft did not respond to
inconsistencies with the official documentation in
MicrosoftDocs/intellicode#510, this commit prevents further disruptions
for privacy.sexy users.
undergroundwires added a commit that referenced this issue Nov 22, 2023
This commit fixes issues #267 and #286 where users reported that
disabling IntelliCode data collection causes Visual Studio 2022 to hang
or become unresponsive.

The script has been updated to remove its recommendation status and
include a warning about these issues. As Microsoft did not respond to
inconsistencies with the official documentation in
MicrosoftDocs/intellicode#510, this commit prevents further disruptions
for privacy.sexy users.
undergroundwires added a commit that referenced this issue Nov 22, 2023
This commit fixes issues #267 and #286 where users reported that
disabling IntelliCode data collection causes Visual Studio 2022 to hang
or become unresponsive.

The script has been updated to remove its recommendation status and
include a warning about these issues. As Microsoft did not respond to
inconsistencies with the official documentation in
MicrosoftDocs/intellicode#510, this commit prevents further disruptions
for privacy.sexy users.
@undergroundwires
Copy link
Owner

The script is no longer recommended in any preselection and documented clearly in its title and docs in 0.12.8 🚀

undergroundwires added a commit that referenced this issue Apr 9, 2024
This commit improves the IntelliCode privacy settings for Visual Studio
by adjusting registry entries to prevent data collection without
impacting IntelliCode's functionality.

- Fix registry value setting for `DisableRemoteAnalysis` to prevent
  unexpected hangs in Visual Studio.
  This resolves issues reported in #267 and #268.
- Change the script recommentation level to 'Standard', and remove
  previous warnings about potential hangups, based on the successful
  mitigation of these issues.
  This reverts 7f7a84e.
- Incorporate feedback from an official Microsoft statement
  (MicrosoftDocs/intellicode#510), acknowledging the discontinuation of
  certain IntelliCode backend services. This renders the remote analysis
  feature obsolete.
- Revise the documentation to make it more accessible and easier to
  understand.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants