|
|
|
@ -438,7 +438,7 @@ export const EditorUI = (props: EditorUIProps) => { |
|
|
|
|
language={editorModelsState[props.currentFile] ? editorModelsState[props.currentFile].language : 'text'} |
|
|
|
|
onMount={handleEditorDidMount} |
|
|
|
|
beforeMount={handleEditorWillMount} |
|
|
|
|
options={{ glyphMargin: true, readOnly: true, domReadOnly: true }} |
|
|
|
|
options={{ glyphMargin: true, readOnly: true}} |
|
|
|
|
defaultValue={defaultEditorValue} |
|
|
|
|
/> |
|
|
|
|
<div className="contextview"> |
|
|
|
|