Appearance
https://microsoft.github.io/monaco-editor/docs.html#modules/worker.html
interface IMirrorModel { uri: Uri; version: number; getValue(): string; }
interface IMirrorTextModel { version: number; }
interface IWorkerContext<H> { host: H; getMirrorModels(): IMirrorModel[]; }