Skip to content

Commit

Permalink
Merge pull request #19632 from CyrusNajmabadi/disableVsixCheck
Browse files Browse the repository at this point in the history
Disable vsix check.
  • Loading branch information
CyrusNajmabadi authored May 18, 2017
2 parents 305d62b + 32de942 commit b90aa4c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@

namespace Microsoft.VisualStudio.LanguageServices.Implementation.Experimentation
{
[Export(typeof(ISuggestedActionCallback))]
// Disabling until https://github.com/dotnet/roslyn/issues/19629 is fixed.
// [Export(typeof(ISuggestedActionCallback))]
internal class AnalyzerVsixSuggestedActionCallback : ForegroundThreadAffinitizedObject, ISuggestedActionCallback
{
private const string AnalyzerEnabledFlight = @"LiveCA/LiveCAcf";
Expand Down Expand Up @@ -50,6 +51,7 @@ public void OnSuggestedActionExecuted(SuggestedAction action)
// thread to get it
AssertIsForeground();


// If the user has previously clicked don't show again, then we bail out immediately
if (_workspace.Options.GetOption(AnalyzerABTestOptions.NeverShowAgain))
{
Expand Down

0 comments on commit b90aa4c

Please sign in to comment.