diff --git a/src/components/Editor.svelte b/src/components/Editor.svelte index 105e59a..c1175fd 100644 --- a/src/components/Editor.svelte +++ b/src/components/Editor.svelte @@ -56,7 +56,9 @@ automaticLayout: true, readOnly: true, folding: true, - quickSuggestions: false + quickSuggestions: false, + wordWrap: "on", + unicodeHighlight: { ambiguousCharacters: false }, }); editor.onDidChangeModel((e: IModelChangedEvent) => {