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

Remove unnecessary exclusions #1490

Closed
wants to merge 1 commit into from
Closed

Remove unnecessary exclusions #1490

wants to merge 1 commit into from

Conversation

MartinGC94
Copy link
Contributor

Now that IntelliSense no longer imports modules automatically (see #1484 ) we can remove the exclusion list meant to avoid certain modules from being imported unintentionally.

@MartinGC94 MartinGC94 requested a review from rjmholt as a code owner May 26, 2021 17:38
@rjmholt
Copy link
Contributor

rjmholt commented May 26, 2021

If this is just for intellisense, then it makes sense.

But we have to do everything we can to avoid loading those modules generally, since all but the most recent version of PackageManagement have a nasty bug that deadlocks stuff.

@MartinGC94
Copy link
Contributor Author

I see. I thought it was just an IntelliSense issue but I can see that it's called in 3 other places so I guess the exclusions are still needed.

@MartinGC94 MartinGC94 closed this May 26, 2021
@MartinGC94 MartinGC94 deleted the RemoveOldExclusions branch January 18, 2022 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants