Skip to content

Commit fabb574

Browse files
authored
disable editor rulers (microsoft#178152)
1 parent e367f30 commit fabb574

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/interactiveEditor/browser/interactiveEditorWidget.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ class InteractiveEditorWidget {
136136
revealHorizontalRightPadding: 5,
137137
minimap: { enabled: false },
138138
guides: { indentation: false },
139+
rulers: [],
139140
cursorWidth: 1,
140141
wrappingStrategy: 'advanced',
141142
wrappingIndent: 'none',

0 commit comments

Comments
 (0)