Skip to content

Commit

Permalink
Don't render relative line number margin in F# Interactive window
Browse files Browse the repository at this point in the history
Fixes #2929
  • Loading branch information
nosami committed Sep 10, 2021
1 parent 6f112c3 commit 109e8cf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -11,7 +11,7 @@ namespace Vim.UI.Cocoa.Implementation.RelativeLineNumbers
[Order(Before = PredefinedMarginNames.LineNumber)]
[MarginContainer(PredefinedMarginNames.LeftSelection)]
[ContentType("text")]
[TextViewRole(PredefinedTextViewRoles.Document)]
[TextViewRole(PredefinedTextViewRoles.PrimaryDocument)]
internal sealed class RelativeLineNumbersMarginFactory : ICocoaTextViewMarginProvider
{
private readonly ICocoaClassificationFormatMapService _formatMapService;
Expand Down

0 comments on commit 109e8cf

Please sign in to comment.