mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 22:02:55 +01:00
Fix code in changelog
This commit is contained in:
parent
4930b6aff5
commit
bfcf32fde0
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
### Breaking changes
|
### Breaking changes
|
||||||
* Removed `CodeAction`.
|
* Removed `CodeAction`.
|
||||||
* Method `provideCodeActions` in `CodeActionProvider` now returns `Command[] | Thenable<Command[]` instead of `CodeAction[] | Thenable<CodeAction[]>`, which is already removed.
|
* Method `provideCodeActions` in `CodeActionProvider` now returns `Command[] | Thenable<Command[]>` instead of `CodeAction[] | Thenable<CodeAction[]>`, which is already removed.
|
||||||
|
|
||||||
### API changes
|
### API changes
|
||||||
* added `monaco.editor.getModelMarkers`. Get markers for owner and/or resource.
|
* added `monaco.editor.getModelMarkers`. Get markers for owner and/or resource.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue