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

Add LanguageServiceRegistrationFiles back #13369

Merged
merged 1 commit into from
Aug 25, 2016
Merged

Add LanguageServiceRegistrationFiles back #13369

merged 1 commit into from
Aug 25, 2016

Conversation

tmat
Copy link
Member

@tmat tmat commented Aug 25, 2016

Went too far with legacy setup files removal in #13306.
Turns out we still need to include LanguageServiceRegistrationFiles in each insertion as the files contain build version.

@tmat
Copy link
Member Author

tmat commented Aug 25, 2016

@balajikris @basoundr

installationElement.Attribute("Experimental")?.Remove()

' Update the path to our MEF/Analyzer Components to be in their new home under PrivateAssemblies
Dim assets = From asset In xml...<vsix:Asset>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is this syntax xml...

Copy link
Member Author

@tmat tmat Aug 25, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't know. I just rolled back to code that was there before. I assume it means enumerate all nodes <vsix:Assert> in the descendants of xml?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that it is a rollback slightly alleviates my fear of what this is doing, but still 😢

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that's what that syntax means.

@balajikris
Copy link
Member

I don't know this code up close, but if this entire change is just a rollback of a previous commit and nothing new was added, 👍

If not, someone who is familiar with this code should review this change.

@tmat tmat merged commit 1a78c0e into dotnet:master Aug 25, 2016
@tmat tmat deleted the LSReg branch August 25, 2016 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants