求教,这个编辑器如何在初始化的时候格式化代码,而且我发现我这个右键格式化好像也不行是咋肥事,json格式的 <img width="1369" alt="image" src="https://user-images.githubusercontent.com/33121872/184610084-fc466911-1d13-4c92-8375-f135e6b16af8.png"> 我初始化格式代码是这样的 ``` editorDidMount={(editor) => { editor.getAction('editor.action.formatDocument').run(); }} ``` 发现没用