Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.69 KB

File metadata and controls

59 lines (41 loc) · 1.69 KB

Change Log

v1.2.0 (April 16, 2026)

Added

  • Added advanced guide search
  • Added extension settings
  • Added ability to enable/disable the extension for specific workspaces
  • Added "ForgeVSC: Open Extension Settings" command

Changed

  • Renamed config property "customFunctionsPath" to customFunctionPaths

Fixed

  • Fixed code still highlighted inside JavaScript comments

Deprecated

  • Deprecated .forgevsc.json config file (replaced by extension settings)
    This file remains supported for compatibility, but is legacy. Extension settings are recommended instead.

v1.1.0 (April 07, 2026)

Added

  • Added extension support for web code editors

v1.0.3 (March 29, 2026)

Added

  • Added diagnostic warning to deprecated functions
  • Added diagnostic hint to experimental functions
  • Added validating all files on first activation

Fixed

  • Fixed decorations not applying to all visible editors

v1.0.2 (March 26, 2026)

Added

  • Added definition ("go to file") for custom functions (Ctrl+Click/Cmd+Click)
  • Added JavaScript code highlighting to $djsEval[]
  • Added escaping support for whole function call
  • Added support for config file inside .vscode folder

Fixed

  • Potential fix for custom functions not registering on first activation

v1.0.1 (March 23, 2026)

Added

  • Added package icon to status bar item
  • Added category specific icons for functions, events and enums to guides sidebar
  • Added possibility to specify multiple paths for custom functions

Changed

  • Changed status bar item to open extension log instead of extension page

v1.0.0 (March 22, 2026)

  • Release