From df89e361191237deb10c1894808c8a0c235d33ae Mon Sep 17 00:00:00 2001 From: Matt Bierner <12821956+mjbvz@users.noreply.github.com> Date: Sun, 12 Oct 2025 22:29:56 -0700 Subject: [PATCH] Update monaco output --- src/vs/monaco.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/vs/monaco.d.ts b/src/vs/monaco.d.ts index 6ecf342cb0b..cad4767ed96 100644 --- a/src/vs/monaco.d.ts +++ b/src/vs/monaco.d.ts @@ -5356,7 +5356,7 @@ declare namespace monaco.editor { renderWhitespace: IEditorOption; revealHorizontalRightPadding: IEditorOption; roundedSelection: IEditorOption; - rulers: IEditorOption; + rulers: IEditorOption; scrollbar: IEditorOption; scrollBeyondLastColumn: IEditorOption; scrollBeyondLastLine: IEditorOption; @@ -5385,12 +5385,12 @@ declare namespace monaco.editor { tabCompletion: IEditorOption; tabIndex: IEditorOption; trimWhitespaceOnDelete: IEditorOption; - unicodeHighlight: IEditorOption; + unicodeHighlight: IEditorOption>>; unusualLineTerminators: IEditorOption; useShadowDOM: IEditorOption; useTabStops: IEditorOption; wordBreak: IEditorOption; - wordSegmenterLocales: IEditorOption; + wordSegmenterLocales: IEditorOption; wordSeparators: IEditorOption; wordWrap: IEditorOption; wordWrapBreakAfterCharacters: IEditorOption;