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.
useInlineViewWhenSpaceIsLimited
1 parent c46addf commit 323b9e3Copy full SHA for 323b9e3
packages/client/builtin/Monaco.vue
@@ -115,6 +115,7 @@ onMounted(async () => {
115
fontSize: 11.5,
116
fontFamily: 'var(--slidev-code-font-family)',
117
scrollBeyondLastLine: false,
118
+ useInlineViewWhenSpaceIsLimited: false,
119
...editorOptions,
120
...props.editorOptions,
121
} satisfies monaco.editor.IStandaloneEditorConstructionOptions & monaco.editor.IDiffEditorConstructionOptions
0 commit comments