0.26.0
What's Changed
- TokenType is 0 based according to LSP spec by @BoykoAlex in #964
- Remove method marked for deletion by @rubenporras in #966
- Do not log errors when a request in cancelled by the server by @rubenporras in #967
- Fix #969 Add collecting of declarations in addition to definitions by @travkin79 in #970
- Prevent NPE by asynchronous threads after the plug-in has been stop by @rubenporras in #968
- Add a preference foldingReconcilingStrategy.collapseImports to control by @rubenporras in #971
- Fix NPE with needs confirmation flag by @BoykoAlex in #979
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/xtext#2753), while older versions are compatible with older Xtext releases.
Full Changelog: 0.25.1...0.26.0