monaco-editor
monaco-editor copied to clipboard
A browser based code editor
### 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...
### 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...
### 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...
This pr is meant to fix issue #3151 in which the `TypescriptWorker` class isn't exported, reducing the ability for devs to extend monaco in a module worker, as `importScripts` (which...
### Context - [X] This issue is not a bug report. *(please use a different template for reporting a bug)* - [X] This issue is not a duplicate of an...
### 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...
### Context - [X] This issue is not a bug report. *(please use a different template for reporting a bug)* - [X] This issue is not a duplicate of an...
This is an initial attempt to add [MDX](https://mdxjs.com) language support to Monaco editor. MDX is a language which extends markdown by allowing the use of JSX and ecmascript imports and...
monaco-editor: 0.8.0 Browser: Chrome OS: Centos 7 When I have two editors in two different html DOM elements, if I dynamically change theme on one editor using `updateOptions()` function, theme...