Skip to content

Commit f077639

Browse files
committed
fix(Editor): do not show lineNumbers in console editor
1 parent ba8ceff commit f077639

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/livecodes/editor/monaco/monaco.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ export const createEditor = async (options: EditorOptions): Promise<CodeEditor>
189189
glyphMargin: true,
190190
folding: false,
191191
lineDecorationsWidth: 0,
192+
lineNumbers: 'off',
192193
lineNumbersMinChars: 0,
193194
scrollbar: {
194195
vertical: 'auto',

0 commit comments

Comments
 (0)