Dipayan Sukul
Results
2
comments of
Dipayan Sukul
> > Cut/Paste functionalities should be working > > Are you using the monaco editor in electron? I am creating a vs code extension which uses a webview. Inside the...
This is code for creating the editor: ```typescript const editor = monaco.editor.create(editorRef.current, { value, language, readOnly, automaticLayout: true, minimap: { enabled: minimap }, scrollBeyondLastLine: false, renderLineHighlight: 'none', lineNumbers: lineNumbers ?...