Appearance
https://microsoft.github.io/monaco-editor/docs.html#interfaces/languages.TextEdit.html
interface TextEdit { eol?: EndOfLineSequence; range: IRange; text: string; }
string