Metehan Senol
Metehan Senol
I created an empty react app with `create-react-app`, installed and imported necessary packages; ``` import { MonacoEditorReactComp } from '@typefox/monaco-editor-react'; import '@codingame/monaco-vscode-json-default-extension'; ``` In documentation says that `monaco-editor-webpack-plugin` can't be...
### 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...
Any idea how to store editor text in app state? Because when state changed `onTextChanged` event is being triggered twice because of having code also in `userConfig` and lost cursor...