Skip to content

Commit

Permalink
Comment out other options temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
Janos Gyerik committed May 8, 2017
1 parent 05b35ca commit 3f97d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Integration.Vsix/SonarLintIntegrationPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace SonarLint.VisualStudio.Integration.Vsix
// NB: The version is automatically updated by the ChangeVersion.proj
[InstalledProductRegistration("#110", "#112", "3.0.0.0", IconResourceID = 400)]
[ProvideOptionPage(typeof(GeneralOptionsDialogPage), "SonarLint", GeneralOptionsDialogPage.PageName, 901, 902, false, 903)]
[ProvideOptionPage(typeof(OtherOptionsDialogPage), "SonarLint", OtherOptionsDialogPage.PageName, 901, 904, true)]
//[ProvideOptionPage(typeof(OtherOptionsDialogPage), "SonarLint", OtherOptionsDialogPage.PageName, 901, 904, true)]
[ProvideUIContextRule(CommonGuids.PackageActivation, "SonarLintIntegrationPackageActivation",
"(HasCSProj | HasVBProj)",
new string[] { "HasCSProj",
Expand Down

0 comments on commit 3f97d5c

Please sign in to comment.