Linbubin

Results 1 issues of Linbubin

**Describe the bug** I copy the [code](https://microsoft.github.io/monaco-editor/playground.html#extending-language-services-custom-languages),but not effect. I change `index.js` to this code ```js import React from "react"; import { render } from "react-dom"; import MonacoEditor from "react-monaco-editor";...