Skip to content

Commit fc86646

Browse files
author
Akos Kitta
committed
removed unused code.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
1 parent ada0f4c commit fc86646

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

arduino-ide-extension/src/browser/theia/editor/editor-manager.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ export class EditorManager extends TheiaEditorManager {
1717
const { editor } = widget;
1818
if (editor instanceof MonacoEditor) {
1919
const codeEditor = editor.getControl();
20-
const lineNumbersMinChars = 2;
21-
const overviewRulerLanes = 0;
22-
codeEditor.updateOptions({ readOnly, lineNumbersMinChars, overviewRulerLanes });
20+
codeEditor.updateOptions({ readOnly });
2321
}
2422
}
2523
return widget;

0 commit comments

Comments
 (0)