Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 41ba0bf

Browse files
committed
Add export for InlineCommentMarginEnabled
1 parent 78a2518 commit 41ba0bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GitHub.InlineReviews/Margins/InlineCommentMarginEnabled.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
namespace GitHub.InlineReviews.Margins
77
{
8-
[Export(typeof(EditorOptionDefinition))]
9-
[Name(OptionName)]
8+
[Export(typeof(InlineCommentMarginEnabled))]
9+
[Export(typeof(EditorOptionDefinition)), Name(OptionName)]
1010
public class InlineCommentMarginEnabled : ViewOptionDefinition<bool>
1111
{
1212
const string OptionName = "TextViewHost/InlineCommentMarginEnabled";

0 commit comments

Comments
 (0)