Skip to content

Releases: artworkad/vscode-virtual-include

v1.0.5

30 Apr 18:51

Choose a tag to compare

Fixed

  • Fixed bug where the last include in YAML multi-line blocks (>-) would
    disappear when editing included files, resolving "Illegal value for line"
    errors

v1.0.4

30 Apr 10:02

Choose a tag to compare

Fixed

  • Fixed cross-language includes for lua-resty-template in YAML template sections
  • Updated section-based overrides to properly support paired comment styles with
    different start and end markers
  • Enhanced schema definition in package.json to include commentEnd property for
    language overrides
  • Updated documentation to clearly distinguish between Lua and
    lua-resty-template comment styles

Full Changelog: v1.0.3...v1.0.4

v1.0.3

28 Apr 19:12

Choose a tag to compare

Fixed

  • Fixed infinite processing loop caused by nested includes
  • Added protection mechanism to neutralize include directives inside included content
  • Updated documentation to explain how nested includes behave

Added

  • Added Prettier configuration and applied format to all files
  • Added cross-language include support for including content in different languages
  • Added Code lens above include directives to quickly open source files

Full Changelog: v1.0.1...v1.0.3

v1.0.1

25 Apr 15:13

Choose a tag to compare

Added

  • Added support for Lua

Full Changelog: v1.0.0...v1.0.1

v1.0.0

25 Apr 14:01

Choose a tag to compare

Initial release