Jiemin Wang

Results 3 issues of Jiemin Wang

### Reproducible in vscode.dev or in VS Code Desktop? - [X] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop ### Reproducible in the monaco editor playground? - [ ] Not...

I am trying to run the example. When I do `rake example`, I got the following errors, any idea?

**Describe the bug** I am listening the `onDidChangeModelContent` event. When the content has been changed, I did some updates on the editor value and set the value e.g. `editor.getModel().setValue(trimmedValue);`. However,...