Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [lsp4j-dev] LSP4J v0.10.0

Thanks, Jonah!

On 5. Nov 2020, at 18:43, Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:

Hello folks, Please find the release information below for LSP4J. Thanks for all the contributions to this release.

(Note as of now the artifacts have uploaded to maven, but the search indexes are not updated yet.)

@jonahgraham jonahgraham released this 35 seconds ago

LSP4J 0.10.0 has now been released and been contributed to simrel, tagged and uploaded to maven central.

Changelog entry:

  • Implemented LSP version 3.16.0 (specification is not finalized yet)
  • Implemented DAP version 1.37.0's CancelRequest
  • Implemented DAP version 1.38.0
  • Implemented DAP version 1.39.0
  • Implemented DAP version 1.40.0
  • Implemented DAP version 1.41.0
  • Implemented DAP version 1.42.0

Fixed issues: https://github.com/eclipse/lsp4j/milestone/17?closed=1

Breaking API changes:

  • In DAP Protocol ReadMemoryArguments.count was Integer however it is
    a required property and has been changed to int
  • In DAP Protocol Module.id has been marked @NonNull as id is a required
    property.
  • In DAP Protocol Scope.presentationHint was an enum ScopePresentationHint, it
    is now a String as presentationHint has possible values that include - but
    not limited to those defined in ScopePresentationHintScopePresentationHint
    has changed from an enum to an interface containing String constants.
  • In DAP Protocol SetBreakpointsArguments.lines was changed from Integer[] to
    int[] as the individual items in the array are not optional, but the array as
    a whole is optional.
  • In DAP Protocol TerminateThreadsArguments.threadIds was changed from Integer[] to
    int[] as the individual items in the array are not optional, but the array as
    a whole is optional.
Assets2

~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com
_______________________________________________
lsp4j-dev mailing list
lsp4j-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/lsp4j-dev

--
Dr. Miro Spönemann
Software engineer and consultant

TypeFox GmbH
Am Germaniahafen 1, 24143 Kiel

Tel.: +49 151 42679459

Sitz: Kiel, Registergericht: Amtsgericht Kiel, HRB 17385
Geschäftsführer: Sven Efftinge, Moritz Eysholdt, Dr. Jan Köhnlein


Back to the top