Skip to content

Commit

Permalink
Unify on-the-fly docs settings with C++ (#74663)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmcmorran committed Aug 7, 2024
1 parent 969c517 commit 74c08b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ internal sealed class CSharpVisualStudioCopilotOptionsService : ICopilotOptionsS
private const string CopilotOptionNamePrefix = "Microsoft.VisualStudio.Conversations";
private const string CopilotCodeAnalysisOptionName = "EnableCSharpCodeAnalysis";
private const string CopilotRefineOptionName = "EnableCSharpRefineQuickActionSuggestion";
private const string CopilotOnTheFlyDocsOptionName = "EnableCSharpOnTheFlyDocs";
private const string CopilotOnTheFlyDocsOptionName = "EnableOnTheFlyDocs";

private static readonly UIContext s_copilotHasLoadedUIContext = UIContext.FromUIContextGuid(new Guid(CopilotHasLoadedGuid));
private static readonly UIContext s_gitHubAccountStatusDeterminedContext = UIContext.FromUIContextGuid(new Guid(GitHubAccountStatusDetermined));
Expand Down

0 comments on commit 74c08b3

Please sign in to comment.