/***editor.getValue()editor.setValue(newValue)editor.onDidChangeModelContent((val)=>{//监听值的变化})editor.getAction('editor.action.formatDocument').run() // 格式化代码editor.dispose() // 销毁实例editor.onDidChangeOptions // 配置改变事件editor.onDidChangeLanguage // 语言改变事件*/

