Skip to content

Conversation

@DefaultRyan
Copy link
Member

We need to remove the dependency on Microsoft.VisualStudio.Component.CoreEditor for the "Component" VSIX, but want to keep this dependency for the "Standalone" VSIX.

This change forks the source.extension.vsixmanifest file into "Component" and "Standalone" flavors.

@DefaultRyan DefaultRyan requested a review from Scottj1s March 30, 2021 23:21
@kennykerr kennykerr closed this Apr 13, 2021
@DefaultRyan DefaultRyan reopened this Apr 21, 2021
@DefaultRyan
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

No pipelines are associated with this pull request.

Copy link
Member

@Scottj1s Scottj1s left a comment

Choose a reason for hiding this comment

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

thanks for taking this on!

<Tags>WinRT, C++, cppwinrt, native</Tags>
</Metadata>
<Installation AllUsers="true">
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,17.0)" />
Copy link
Member

Choose a reason for hiding this comment

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

just curious, will this line, as written, block on 17.1, 17.2, etc.? If so, is that intentional?

Copy link
Member Author

Choose a reason for hiding this comment

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

This line will actually block starting on 17.0 and up. I didn't write this line originally, but I imagine it was intentional, with the thinking being that we'd want to actually test this extension on 17.0 first. This seems like a good decision, especially in light of some upcoming changes to VS 17.

@DefaultRyan DefaultRyan merged commit d9fe8d8 into master May 3, 2021
@DefaultRyan DefaultRyan deleted the defaultryan/component_vsix branch May 3, 2021 18:23
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.

5 participants