Skip to content

X4CodeComplete: v1.3.3

Choose a tag to compare

@github-actions github-actions released this 31 Mar 12:19
7eb1cdb

1.3.3 (2025-03-31)

Bug Fixes

  • scripts: by some reason completion wasn't work inside an xml attributes values on edit (on creation it was working fine) (9d26e7e)
  • scripts: vscode types dependency was not comply with engine (8d7075b)

Code Refactoring

  • scripts: added basic completion provider for variables (8942f5e)
  • scripts: not propose as completion a currently edited variable (exact value) (9d26e7e)

Miscellaneous Chores

  • scripts: added logging into the appropriate vscode output instead of console logging by using the winston and appropriate transport (fbdfd2f)