Adopt latest monaco-editor-core

This commit is contained in:
Alex Dima 2022-01-10 09:07:20 +01:00
parent a385674a34
commit 3159d3d6c9
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
6 changed files with 272 additions and 47 deletions

View file

@ -5,6 +5,8 @@
### Breaking Changes
- The binary format for `IEncodedLineTokens` has changed to support strikethrough text.
- `IDiffEditor.getDomNode()` has been renamed to `IDiffEditor.getContainerDomNode()`.
- `InlayHint.text` has been replaced by `InlayHint.label` and `InlayHintsProvider.provideInlayHints` now returns an `InlayHintList`.
## [0.31.1] (14.12.2021)