We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://microsoft.github.io/monaco-editor/playground.html?source=v0.52.0#XQAAAALcAQAAAAAAAABBqQkHQ5NjdMjwa-jY7SIQ9S7DNlzs5W-mwj0fe1ZCDRFc9ws9XQE0SJE1jc2VKxhaLFIw9vEWSxW3yscw0HLKUEChknxTyhsOtw_oZuoS-bntDRvUjkOwcRtcHNwKoOpD9hqF1FLGw7nCYILel2Pa8v_zJ3fSGF5dVzmbj45xm9DS0quUH1uxuaQU24y-oAP3vtx5M3HalpxMzXI2y1eGEyRt5HKHPqfiOzW11I7ogt2fw-2rKRw6yTv4W3f7jX5s0pQNBMs-Pv8eG9wBi258C1v91Lugaj0nCHgFusOpjMH0mhTNiVMNj3wx71Q62ADaTXMrjnG5_9Irg8GSe341YKZJ2wrOk2zz-SueEwjYj5zLdk_H96tiyJq_A_bHoo0g41bZADxo4uvor8llAZ0ofiOXHss0iBf3hVaJdTvaaOzGc4w583AivT0MBNNBcRRe_2jGqAA
const myEditor = monaco.editor.create(document.getElementById("container"), { value, language: "javascript", automaticLayout: true, }); myEditor.onDidCompositionStart(() => { alert('start') }) myEditor.onDidCompositionEnd(() => { alert('end') })
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reproducible in vscode.dev or in VS Code Desktop?
Reproducible in the monaco editor playground?
Monaco Editor Playground Link
https://microsoft.github.io/monaco-editor/playground.html?source=v0.52.0#XQAAAALcAQAAAAAAAABBqQkHQ5NjdMjwa-jY7SIQ9S7DNlzs5W-mwj0fe1ZCDRFc9ws9XQE0SJE1jc2VKxhaLFIw9vEWSxW3yscw0HLKUEChknxTyhsOtw_oZuoS-bntDRvUjkOwcRtcHNwKoOpD9hqF1FLGw7nCYILel2Pa8v_zJ3fSGF5dVzmbj45xm9DS0quUH1uxuaQU24y-oAP3vtx5M3HalpxMzXI2y1eGEyRt5HKHPqfiOzW11I7ogt2fw-2rKRw6yTv4W3f7jX5s0pQNBMs-Pv8eG9wBi258C1v91Lugaj0nCHgFusOpjMH0mhTNiVMNj3wx71Q62ADaTXMrjnG5_9Irg8GSe341YKZJ2wrOk2zz-SueEwjYj5zLdk_H96tiyJq_A_bHoo0g41bZADxo4uvor8llAZ0ofiOXHss0iBf3hVaJdTvaaOzGc4w583AivT0MBNNBcRRe_2jGqAA
Monaco Editor Playground Code
Reproduction Steps
No response
Actual (Problematic) Behavior
No response
Expected Behavior
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: