소스 검색

Merge pull request #582 from domoritz/patch-1

Fix code in changelog
Alexandru Dima 7 년 전
부모
커밋
408862ba77
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      CHANGELOG.md

+ 1 - 1
CHANGELOG.md

@@ -7,7 +7,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.