Reputation: 236
When I tried to add the dependencies in bower.json file. Intellisense does work for name but it does not work for version. For version it only shows "*" (Any available version of the package).
After I added just "*". its not able to get the appropriate or any version of the dependencies...
e.g I tried to add one for bootstrap.
"dependencies": {
"bootstrap": "*"
}
bower bootstrap#~3.3.4 not-cached git://github.com/twbs/bootstrap.git#~3.3.4 bower bootstrap#~3.3.4 resolve git://github.com/twbs/bootstrap.git#~3.3.4
I have to install through command line to make it work like "bower install bootstrap --save". Is there any way that I can just type in bower.json file and show the available version of bootstrap. Or am I missing any extra plugins for that in VS 2015 RC.
Upvotes: 7
Views: 705
Reputation: 628
I installed ASP.Net 5 RC1 this morning and get the version intellisence work now :D. But it doesn't give any help to suggest the list of packages matching the input characters.
I still believe that this issue happens because of the proxy
Upvotes: 0
Reputation: 13699
It does seem to be a valid issue since Beta7
.
Corresponding Github Issue can be found and tracked here:
https://github.com/aspnet/Tooling/issues/219
Upvotes: 0