Extensions Manager is empty on VS2015 Community
I installed VS 2015 Community and Resharper 9.1.3 works great on it.
Except the Extensions Manager: it is completely empty. I first suspected my workplace blocking it through a proxy, but it works just fine in VS2012.
Any ideas what could cause the Extensions Manager to be empty?
Anthony
Please sign in to leave a comment.
It works for me.
R# 9.1.3
VS2015 Community RTM
Windows 10 x64
Check that there are extension manager feeds enabled in the options. Go to ReSharper → Options → Extension Manager. There should be a feed that points to https://resharper.plugins.com, which ends in Wave_v2.0 (I don't have the screen in front of me - the important parts are the hostname and the Wave_v2.0). Make sure this feed source is enabled.
You could also try opening the extension manager with Fiddler running - it should show requests going to resharper-plugins.jetbrains.com, which will show that the extension manager is working.
I think I have the correct path in my extension manager settings:
https://resharper-plugins.jetbrains.com/api/v2/curated-feeds/Wave_v2.0/
It's the same path set in my VS2012 settings where things are working fine.
I checked with Fiddler and there seems to be a request sent to the right address but no response.
OK, ReSharper seems to be making the request correctly. Any idea why it wouldn't return a response? Is that a proxy thing? (Although normally you'd see something like 407 if the proxy requires authentication)
I changed
https://resharper-plugins.jetbrains.com/api/v2/curated-feeds/Wave_v2.0/
to
http://resharper-plugins.jetbrains.com/api/v2/curated-feeds/Wave_v2.0/
--> https to http
And it works!
That was necessary due the crazy network setup at my company :(
THANK YOU.
I still having an error afterwards, but at least I can now see the plugins list.