Skip to content

Releases: eclipse/lsp4e

0.26.1

22 May 09:13
Compare
Choose a tag to compare

What's Changed

  • Add spacing to inline type hints. Fixes #981 by @sebthom in #982
  • Fix race condition in LanguageServerWrapper resulting in NullPointerException during LS initialization by @sebthom in #985
  • Fix NPE if there is no completion provider by @rubenporras in #999
  • Fix NPE if the property ResolveProvider is null by @rubenporras in #1001
  • Register PublishDiagnosticsCapabilities by @zulus in #1008

Build, Test and Library Updates

Full Changelog: 0.26.0...0.26.1

0.26.0

27 Apr 12:45
Compare
Choose a tag to compare

What's Changed

Build

  • fix(deps): bump com.googlecode.maven-download-plugin:download-maven-plugin from 1.8.1 to 1.9.0 in /org.eclipse.lsp4e by @dependabot in #962

Note: #964 is a breaking change needed to conform to the LSP. A similar change has been done in Xtext Language Server. Therefore the SemanticTokens request with this new release is compatible with Xtext 2.34 (See eclipse/xtext#2753), while older versions are compatible with older Xtext releases.

Full Changelog: 0.25.1...0.26.0

0.25.1

04 Apr 14:43
58b0873
Compare
Choose a tag to compare

What's Changed

  • Support limiting the number of outline symbols to avoid UI freezes by @sebthom in #704
  • add missing array outline icon by @sebthom in #945
  • Support click on inlayhint label parts by @BoykoAlex in #923
  • Create job to monitor the initialization of the language server by @joaodinissf in #947
  • Handle cancellation of initializeFutureMonitor in LSWrapper by @joaodinissf in #952
  • Refactor Preview for WorkspaceEdit with needsConfirmation flag by @BoykoAlex in #953
  • Use Rename and MoveRename ResourceChange classes if possible by @BoykoAlex in #954
  • Fixed #958 Add ID to menu to allow external contributions by @ylussaud in #959
  • Fix logic of LSWrapper.canOperate() when project is null by @joaodinissf in #949
  • Remove UI-blocking pop-up in LSWrapper.getInitializedServer() by @joaodinissf in #951

Build

  • Fix build failure by removing dependency on org.eclipse.osgi.services by @joaodinissf in #950
  • fix(deps): bump tycho-version from 4.0.6 to 4.0.7 in /org.eclipse.lsp4e.test by @dependabot in #956

New Contributors

Full Changelog: 0.25.0...0.25.1

0.25.0

05 Mar 08:37
31780c6
Compare
Choose a tag to compare

What's Changed

Build

  • fix(deps): bump com.googlecode.maven-download-plugin:download-maven-plugin from 1.8.0 to 1.8.1 in /org.eclipse.lsp4e by @dependabot in #921
  • Releng improvements by @akurtakov in #937
  • Jenkinsfile improvements by @akurtakov in #938

New Contributors

Full Changelog: 0.24.8...0.25.0

0.24.8

14 Feb 10:06
Compare
Choose a tag to compare

What's Changed

  • JDT completions coming from LS application fixed by @BoykoAlex in #908
  • [#909] Add missing keys for enabling go to next / previous annotation actions by @travkin79 in #910
  • Pick up latest Guava from orbit by @akurtakov in #918
  • Fix NPE if ITextViewer is nullified during call to .underline() by @joaodinissf in #914

Build

Full Changelog: 0.24.7...0.24.8

0.24.7

02 Feb 10:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.24.6...0.24.7

0.24.6

08 Jan 12:43
c658b0d
Compare
Choose a tag to compare

What's Changed

  • let LSJavaCompletionProposal implement extension interface to enable linked editing mode by @martinlippert in #881
  • Fix closing quick outline dialog after selection by @travkin79 in #888

Build

  • fix(deps): bump com.googlecode.maven-download-plugin:download-maven-plugin from 1.7.1 to 1.8.0 in /org.eclipse.lsp4e by @dependabot in #887

New Contributors

Full Changelog: 0.24.5...0.24.6

0.24.5

23 Nov 12:29
Compare
Choose a tag to compare

What's Changed

  • Make sure that dspParameters map is always initialized by @akurtakov in #878

Build

Full Changelog: 0.24.4...0.24.5

0.24.4

15 Nov 11:43
Compare
Choose a tag to compare

What's Changed

Build

  • fix(deps): bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2 in /org.eclipse.lsp4e by @dependabot in #863
  • fix(deps): bump org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin from 1.4.2 to 1.4.3 in /org.eclipse.lsp4e.test by @dependabot in #874
  • Update Highlight.js to 11.9.0 by @vrubezhny in #843

New Contributors

Full Changelog: 0.24.3...0.24.4

0.24.3

20 Oct 08:11
a339f14
Compare
Choose a tag to compare

What's Changed

Build

  • fix(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 in /org.eclipse.lsp4e by @dependabot in #848
  • Build with Tycho 4.0.3 by @akurtakov in #852
  • Update target platform with latest lsp4e and wikitext by @akurtakov in #853
  • Remove Maven Artifacts from the target by @rubenporras in #851

New Contributors

Full Changelog: 0.24.2...0.24.3