Open varghesep opened 7 years ago
@jodavis any ideas?
That version list isn't being provided by built-in support in Visual Studio. (We don't use the npm icon in ours.) I think ReSharper might do that, but I'm not sure.
But to answer your question ("How can I get the list of all the latest versions starting from version angular2?"), you can always go to npmjs.com and search for a package to get the latest version number, or run npm info <package-name>
on the command line to get the complete list.
This is still a problem in Visual Studio 2017 15.3.5. Any package starts with @ like for @angular/core have this issue.
To report new issues, use the Report a Problem tool. The GitHub Issue Tracker for the aspnet/Tooling repo is now deprecated in favor of the Report a Problem tool.
If you encounter a problem with Visual Studio, we want to know about it so that we can diagnose and fix it. By using the Report a Problem tool, you can collect detailed information about the problem, and send it to Microsoft with just a few button clicks. See here for more details.
I posted a question in StackOverflow about an issue with VS 2015 not displaying the latest version of angular2.