Skip to content

1.20.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Dec 19:10
· 11 commits to master since this release

Enhancements

Bug Fixes

  • Escape sequence { in Qute is not supported. See #897.
  • False-positive error with section name which contains underscore. See #1028.
  • False-positive error with section name which contains number. See #1022.
  • False-positive error on let-defined variable. See #993.
  • Fix the qute.jdt tests. See #1019.
  • Support TemplateExtension matchNames. See #1013.
  • Qute validation fails on {config:property} if property contains is a string. See #933.
  • Cannot publish to OpenVSX due to out of date NodeJS. See vscode-microprofile#303.