Skip to content

Commit

Permalink
Do not inherit outer editor's rulers (#236324)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima authored Dec 17, 2024
1 parent f283262 commit 848e5a3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ export class InlineEditsSideBySideDiff extends Disposable {
bracketPairsHorizontal: false,
highlightActiveIndentation: false,
},
rulers: [],
padding: { top: 0, bottom: 0 },
folding: false,
selectOnLineNumbers: false,
Expand Down

0 comments on commit 848e5a3

Please sign in to comment.