Skip to content

Commit

Permalink
Merge pull request #613 from KamasamaK/misc-3.17-20220502
Browse files Browse the repository at this point in the history
Smaller 3.17 changes and various others
  • Loading branch information
KamasamaK committed May 10, 2022
2 parents 57e276c + e294e81 commit 1661556
Show file tree
Hide file tree
Showing 5 changed files with 495 additions and 308 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ Breaking API changes:

* Method `LanguageClient.setTrace` moved to `LanguageServer`, where it should
have been according to the specification
* Removed `RenameOptions.id` as it was never specified for `StaticRegistrationOptions`
* Return type of `workspace/symbol` changed from `List<? extends SymbolInformation>` to
`Either<List<? extends SymbolInformation>, List<? extends WorkspaceSymbol>>`
* Type of `FileSystemWatcher.globPattern` changed from `String` to `Either<String, RelativePattern>`
* In DAP, return type of `IDebugProtocolServer.setExceptionBreakpoints` changed from `Void` to `SetExceptionBreakpointsResponse`

Breaking Beta API changes:

* Significant updates were made to the `TypeHierarchy` features to replace the non-standard implementation
* Removed `WorkspaceEdit.resourceChanges`, `WorkspaceEditCapabilities.resourceChanges`, and `ResourceChange` as they have been deprecated
for numerous versions and are not specified

Deprecated API changes:

Expand Down
105 changes: 0 additions & 105 deletions org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/CodeActionKind.java

This file was deleted.

This file was deleted.

Loading

0 comments on commit 1661556

Please sign in to comment.