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 #11

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

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

jakubsuchybio opened this issue Apr 7, 2016 · 9 comments

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 Visual Studio Ding
  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.

@thecoderok
Copy link
Owner

Hi, thank you for reporting the issue.
Can you please retry searching it? should be available now.

@jakubsuchybio
Copy link
Author

Still nothing. If those brackets work like mathematical arrays, then maybe try changing the right one ')' with ']'.

@thecoderok
Copy link
Owner

Hi, can you please check now? I could not be propagated to the search engine at that time.

thank you!

@jakubsuchybio
Copy link
Author

Still couldn't be found.
image

@thecoderok
Copy link
Owner

Strange. Gallery says that those are supported versions (what is your VS version btw?):
Supported versions:
Visual Studio 2015
Visual Studio 2013
Supported Visual Studio 2013 Editions:
Visual Studio 2013 Professional
Visual Studio 2013 Premium
Visual Studio 2013 Ultimate
Supported Visual Studio 2015 Editions:
Visual Studio 2015 Community
Visual Studio 2015 Professional
Visual Studio 2015 Enterprise

@jakubsuchybio
Copy link
Author

Visual Studio 15 Preview is new version. Old Visual Studio 2015 is version 14.0, new Visual Studio 15 Preview is version 15.0, so you should include the 15.0.
image

@thecoderok
Copy link
Owner

sorry, could you please try now?

Supported versions:
Visual Studio 15
Visual Studio 2015
Visual Studio 2013
Supported Visual Studio 2013 Editions:
Visual Studio 2013 Professional
Visual Studio 2013 Premium
Visual Studio 2013 Ultimate
Supported Visual Studio 2015 Editions:
Visual Studio 2015 Community
Visual Studio 2015 Professional
Visual Studio 2015 Enterprise
Supported Visual Studio 15 Editions:
Visual Studio 15 Community
Visual Studio 15 Professional
Visual Studio 15 Enterprise

@jakubsuchybio
Copy link
Author

Sure. It works now. Thanks!

@thecoderok
Copy link
Owner

thank you for helping me to figure that out!

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

No branches or pull requests

2 participants