Skip to content

v5.5.0

Compare
Choose a tag to compare
@pfoerster pfoerster released this 16 Apr 16:37
· 348 commits to master since this release

Added

  • Allow optionally passing cursor position to textDocument/build request for use in forward search after building.
    Previously, the server had to guess the cursor position (#475)
  • Add experimental texlab.experimental.citationCommands setting to allow extending the list of citation commands
    (#832)
  • Add support for escaping placeholders in build arguments similar to forward search
  • Allow configuring completion matching algorithm (#872)

Fixed

  • Fix regression introduced in v5.4.2 involving texlab.cleanArtifacts command.