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

Closed
jakubsuchybio opened this issue Apr 6, 2016 · 5 comments
Closed

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

jakubsuchybio opened this issue Apr 6, 2016 · 5 comments
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 Code Alignment
  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 :)

Btw, I created recently one analyzer and made it to be an extension and it works there fine:
https://github.com/jakubsuchybio/DebuggingUsingsInsertor-Analyzer
If you needed something to compare yours setup of extension with.
Regards.

@cpmcgrath
Copy link
Owner

Thanks. Visual Studio makes extensions have to explicitly specify the versions they work with. Unfortunately as far as I'm aware there's no way to force Visual Studio to install an extension if it's not on this list.

So hopefully it's just add VS2015 to the list. I'll do some basic testing first to make sure it works. Hopefully I'll have an update for this within a week.

@cpmcgrath cpmcgrath added this to the 12.1 milestone Apr 7, 2016
@jakubsuchybio
Copy link
Author

I thank you! :)

@cpmcgrath
Copy link
Owner

Please note: This does not work with the Lightweight install of Visual Studio 15. Seems microsoft made it lightweight by not distributing a bunch of files extensions rely on (At least extensions that maintain compatibility from 2010 on).

@jakubsuchybio
Copy link
Author

I can confirm, that Lightweight setup with:

  • Visual Studio core edition
  • .NET desktop development

shows your extension fine and I already installed it.
Didn't try just with the first only installation.

@cpmcgrath
Copy link
Owner

Ah, that's good to know. My tests with the Lightweight editor was just the "Visual Studio core editor" so that must cause the problem.

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