Appearance
https://microsoft.github.io/monaco-editor/docs.html#interfaces/languages.Location.html
表示资源中的位置,例如文本文件中的一行。
interface Location { range: IRange; uri: Uri; }