monaco-editor
monaco-editor copied to clipboard
CommonJS/Webpack compatible Monaco editor
The monaco editor (and vscode) does support multiple languages (like french, german, etc.), however it seems like the bundled editor here is english-only. Is there anything I've been missing? Or...
In some situation I need to include monaco-vue as a submodule from [https://github.com/rebornix/monaco-vue/](url) . But unfortunately, it would always cause a 'out of memory' when building in both standalone and...
If I use `folding: true` as option for the editor the "-" and/or "+" symbols are not shown (but if I click where they should be they work correctly). I...