bbc / codext

VS Code's editor shipped as a browser extension.
Apache License 2.0
46 stars 10 forks source link

Monaco-editor files have become too large for Firefox add-on store #13

Open PyvesB opened 2 years ago

PyvesB commented 2 years ago

Versions 0.22.0 and newer of the monaco-editor contain a JavaScript file larger than 4MB, which causes the Firefox add-on store to reject the update: Screenshot 2021-12-05 123539

Unless we change the way we ship the monaco-editor library, this means that we'll have to stick with version 0.20.0 for now. We should not update to version 0.21.x, as it has the following bug: https://github.com/microsoft/monaco-editor/issues/2178