Skip to content

Commit 479e63a

Browse files
committed
more cursor overrides: style and blinking
fixes microsoft/vscode-internalbacklog#3864
1 parent 31d7041 commit 479e63a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ const _inputEditorOptions: IEditorConstructionOptions = {
6666
guides: { indentation: false },
6767
rulers: [],
6868
cursorWidth: 1,
69+
cursorStyle: 'line',
70+
cursorBlinking: 'blink',
6971
wrappingStrategy: 'advanced',
7072
wrappingIndent: 'none',
7173
renderWhitespace: 'none',

0 commit comments

Comments
 (0)