WrOve
Results
1
comments of
WrOve
> 我们调研一下解决方案,不确定这个好不好解决,因为我发现 monaco-editor 上 [microsoft/monaco-editor#784](https://github.com/microsoft/monaco-editor/issues/784) 这个挂了好几年没解决了 可以试试使用 @monaco-editor/react 来加载编辑器, ```typescript import { loader } from "@monaco-editor/react"; // you can configure the locales loader.config({ "vs/nls": { availableLanguages: { "*": "zh-cn" }...