We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d7041 commit 479e63aCopy full SHA for 479e63a
src/vs/workbench/contrib/interactiveEditor/browser/interactiveEditorWidget.ts
@@ -66,6 +66,8 @@ const _inputEditorOptions: IEditorConstructionOptions = {
66
guides: { indentation: false },
67
rulers: [],
68
cursorWidth: 1,
69
+ cursorStyle: 'line',
70
+ cursorBlinking: 'blink',
71
wrappingStrategy: 'advanced',
72
wrappingIndent: 'none',
73
renderWhitespace: 'none',
0 commit comments