Skip to content

0.18.0

Compare
Choose a tag to compare
@rgrunber rgrunber released this 19 Aug 13:52

Enhancements

  • Added CodeLens that displays referenced grammars at the top of an XML file. See #569.
  • Added CodeAction to bind an XML document to an existing schema. See #515.
  • If the workspace is not trusted, "Resolve external entities" is set to false. See #537.
  • Command to bind an XML document to an existing schema. See #514.
  • Collect telemetry data about text documents that are opened: file extension, grammar binding strategy, grammar resolving strategy. See eclipse/lemminx#1066.
  • Improved documentation. See #543, #546, #550, #560, #561, #562, #567.

Bug Fixes

  • Fixed stackoverflow and resource leak when calculating folding ranges. See #538.
  • Aligned tag closing bracket with attribute when splitAttributes and closingBracketNewLine are enabled. See #516.
  • Fixed src-import.3.1 error range. See eclipse/lemminx#1075.
  • Fixed src-import.3.2 error range. See eclipse/lemminx#1069.
  • Adding closing bracket (>) in attribute quotation marks causes repeated auto-complete of the closing tag. See #547.
  • Wrong minimal engine 1.37.0 mentioned instead of 1.52.0. See #554.
  • Prevent XML language server from restarting when it crashes due to running out of memory. See #527.