Adopt latest monaco-editor-core

This commit is contained in:
Alex Dima 2021-12-29 01:08:27 +01:00
parent 6e73daa1d2
commit 3a58c2a6ba
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
6 changed files with 184 additions and 117 deletions

View file

@ -1,5 +1,11 @@
# Monaco Editor Changelog
## [0.32.0] (TBD)
### Breaking Changes
- The binary format for `IEncodedLineTokens` has changed to support strikethrough text.
## [0.31.1] (14.12.2021)
- Fixes [a problem with missing colors](https://github.com/microsoft/monaco-editor/issues/2822)