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

Can't install your extension in new VS"15"Preview #2

Closed
jakubsuchybio opened this issue Apr 7, 2016 · 2 comments
Closed

Can't install your extension in new VS"15"Preview #2

jakubsuchybio opened this issue Apr 7, 2016 · 2 comments
Assignees
Milestone

Comments

@jakubsuchybio
Copy link

Hi,

Installed product versions

  • Visual Studio: [15 Preview]

Description

At build 2016 Microsoft released Visual Studio 15 Preview.
There are some extensions that work there, but some that are not even searchable in "Extensions and Updates". Yours is one of those that are not searchable and not installable.

Steps to recreate

  1. Install Visual Studio 15 Preview: https://www.visualstudio.com/en-us/downloads/visual-studio-next-downloads-vs.aspx (Visual Studio "15" Preview with new installer)
  2. Open VS15Preview
  3. Open Extensions and Updates
  4. Click on Online in the menu
  5. Search for TSVN
  6. Your extension doesn't pop up

Current behavior

Your extension is not searchable in new Visual Studio 15 Preview

Expected behavior

Your extension should or could be also in VS15Preview :)

Steps to fix

As I am writing this, one of other extension makers already fixed this issue for his extension here:
cpmcgrath/codealignment#43

You only need to add these:

<VisualStudio Version="15.0">
    <Edition>Pro</Edition>
    <Edition>Community</Edition>
</VisualStudio>

into your .vsixmanifest file into section <SupportedProducts> and it should work. :)

Regards.

@sboulema sboulema self-assigned this Apr 8, 2016
@sboulema
Copy link
Owner

sboulema commented Apr 8, 2016

Fixed in the new v2.3 release :)

@sboulema sboulema closed this as completed Apr 8, 2016
@sboulema sboulema modified the milestones: 2.2, 2.3 Apr 8, 2016
@jakubsuchybio
Copy link
Author

It works, thank you! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants