Monaco Editor v0.12.0 Release Notes

    • 📦 Special thanks to Tim Kendrick for contributing a webpack plugin - monaco-editor-webpack-plugin - now available on npm.

    💥 Breaking changes

    • Introduced MarkerSeverity instead of Severity for markers serverity.
    • Replaced RenameProvider.resolveInitialRenameValue with RenameProvider.resolveRenameLocation.
    • 🛠 Fixed typo in monaco-typescript, renamed setMaximunWorkerIdleTime to setMaximumWorkerIdleTime.

    Thank you