Use the correct treatment flight name for analyzer A/B test

上级 732a69f1
...@@ -17,7 +17,7 @@ namespace Microsoft.VisualStudio.LanguageServices.Implementation.Experimentation ...@@ -17,7 +17,7 @@ namespace Microsoft.VisualStudio.LanguageServices.Implementation.Experimentation
[Export(typeof(ISuggestedActionCallback))] [Export(typeof(ISuggestedActionCallback))]
internal class AnalyzerVsixSuggestedActionCallback : ForegroundThreadAffinitizedObject, ISuggestedActionCallback internal class AnalyzerVsixSuggestedActionCallback : ForegroundThreadAffinitizedObject, ISuggestedActionCallback
{ {
private const string AnalyzerEnabledFlight = @"LiveCA/LiveCAcf"; private const string AnalyzerEnabledFlight = @"LiveCA";
private const string AnalyzerVsixHyperlink = @"https://go.microsoft.com/fwlink/?linkid=849061"; private const string AnalyzerVsixHyperlink = @"https://go.microsoft.com/fwlink/?linkid=849061";
private static readonly Guid FxCopAnalyzersPackageGuid = Guid.Parse("{4A41D270-A97F-4639-A352-28732FC410E4}"); private static readonly Guid FxCopAnalyzersPackageGuid = Guid.Parse("{4A41D270-A97F-4639-A352-28732FC410E4}");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册