diff --git a/src/features/ValueEditor/ValueEditor.tsx b/src/features/ValueEditor/ValueEditor.tsx index 1d604b9..c1b14d9 100644 --- a/src/features/ValueEditor/ValueEditor.tsx +++ b/src/features/ValueEditor/ValueEditor.tsx @@ -37,7 +37,6 @@ const editorOptions: editor.IStandaloneEditorConstructionOptions = { showUnused: false, inlayHints: {enabled: 'off'}, scrollbar: { - // Subtle shadows to the left & top. Defaults to true. useShadows: false, vertical: 'auto', verticalScrollbarSize: 10, @@ -47,8 +46,6 @@ const editorOptions: editor.IStandaloneEditorConstructionOptions = { overviewRulerBorder: false, hideCursorInOverviewRuler: true, automaticLayout: true, - formatOnType: true, - formatOnPaste: true, renderLineHighlight: 'none', }