mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +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
|
||||
* 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
|
||||
* added `monaco.editor.getModelMarkers`. Get markers for owner and/or resource.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue