Skip to content

0.24.2

Compare
Choose a tag to compare
@rubenporras rubenporras released this 26 Sep 13:59

What's Changed

  • open file from type hierarchy when file not in workspace by @ghentschke in #774
  • Cancelling LangaugeServers.computeFirst send LS cancel event by @mickaelistria in #777
  • Cancelling computeAll futures sends cancel to LS by @mickaelistria in #779
  • Cancelling computeAll futures sends cancel to LS by @mickaelistria in #780
  • Support cancellation for folding, highlight and linkedediting by @mickaelistria in #781
  • fix missing member from types in external file by @ghentschke in #776
  • Declare itemDefaults capabilities by @mickaelistria in #782
  • Fix References Displaying Incorrect Line Number in Search Panel by @sdaimwood in #785
  • Json parameters can now be substituted. by @Si-So in #786
  • Add link to releases to changelog by @jonahgraham in #791
  • Make default implementation of configuration conform to specification by @brychcy in #792
  • fix(deps): bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1 in /org.eclipse.lsp4e by @dependabot in #797
  • fix(deps): bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1 in /repository by @dependabot in #795
  • fix(deps): bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1 in /org.eclipse.lsp4e.test by @dependabot in #796
  • Fix undefined triggerCharacter for TriggerKind.Invoked by @ghentschke in #798
  • Fix SWT Resource not properly disposed on LSPSymbolInWorkspaceDialog by @ghentschke in #801
  • Use single dispose call by @ghentschke in #803
  • use formatDocument as fallback for willSaveWaitUntil by @ghentschke in #783
  • Do not filter workspace symbols in dialog by @mickaelistria in #805
  • Version bumps by @ghentschke in #806
  • Make "Find references" capable of handling non workspace resources by @mickaelistria in #810
  • Re-ask LS for workspaceSymbols on every change by @mickaelistria in #811
  • Fix and unit test for #804: Race condition in LanguageServerWrapper by @ChristophKaser in #808
  • Register documentcontentsynchronizer as prenotified listener by @zulus in #812
  • Fix completion by @mickaelistria in #816
  • Collapse import foldingRanges by default by @mickaelistria in #818
  • Fix TokenTypeMapper: Return token from TokenProvider when possible by @jnt0r in #815
  • InsertTextMode.AdjustIndentation when cursor (and completion) is not at the start of the line by @ChristophKaser in #819
  • Set a job family on the update markers from diagnostics job by @rubenporras in #825

New Contributors

Full Changelog: 0.24.1...0.24.2