- In the CodeEditor component, merged the default CODE_EDITOR_OPTIONS with dynamic options returned by useCodeEditorOption to support runtime font size and line height adjustments.
- Additionally, added the useCodeEditorOption hook to useCodeEditor.ts to manage the state of font size and line height.
- This allows users to dynamically adjust the editor's display properties.