Skip to content

Commit

Permalink
Merge pull request #1010 from Microsoft/revert-1008-i1007
Browse files Browse the repository at this point in the history
Revert "IntelliSense InfoBar typings folder link should open built-in VS browser"
  • Loading branch information
mousetraps committed Jun 9, 2016
2 parents 389059e + cee0fff commit c1af660
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Nodejs/Product/Nodejs/Options/TypingsInfoBar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
using Microsoft.VisualStudio.Imaging;
using Microsoft.VisualStudio.Shell;
using Microsoft.VisualStudio.Shell.Interop;
using Microsoft.VisualStudioTools;

namespace Microsoft.NodejsTools.Options {
public class TypingsInfoBar : IVsInfoBarUIEvents {
Expand Down Expand Up @@ -115,7 +114,7 @@ public class TypingsInfoBar : IVsInfoBarUIEvents {

menuCommandService.GlobalInvoke(optionsCommand, intelliSenseOptionsGuidString);
} else if (actionItem.Equals(_typingsFolderHyperlink)) {
CommonPackage.OpenVsWebBrowser(_provider, "http://go.microsoft.com/fwlink/?LinkID=808345");
Process.Start("http://go.microsoft.com/fwlink/?LinkID=808345");
}
}

Expand Down

0 comments on commit c1af660

Please sign in to comment.