Releases: tryforge/ForgeVSC
Releases · tryforge/ForgeVSC
v1.2.5
04 Jun 20:56
Compare
Sorry, something went wrong.
No results found
Change Log
v1.2.5 (June 04, 2026)
Added
Added Discord RPC, manageable in extension settings
Changed
Disabled most features for code inside $escapeCode[]
Fixed
Fixed guides tab causing error in web when no workspace folder is open
v1.2.4
30 May 16:10
Compare
Sorry, something went wrong.
No results found
Change Log
v1.2.4 (May 30, 2026)
Added
Added highlighting to condition operators
Added information message for refreshing function metadata
v1.2.3
27 May 18:19
Compare
Sorry, something went wrong.
No results found
Change Log
v1.2.3 (May 27, 2026)
Added
Added support for NativeFunction class
Added regex validation pattern for hex inputs in config settings
v1.2.2
25 May 06:58
Compare
Sorry, something went wrong.
No results found
Change Log
v1.2.2 (May 25, 2026)
Added
Added string localization
v1.2.1
09 May 13:45
Compare
Sorry, something went wrong.
No results found
Change Log
v1.2.1 (May 09, 2026)
Added
Added comment highlighting to $c[]
Added quick pick options for opening extension settings via command
Added resolved package names to extension logs
v1.2.0
16 Apr 17:54
Compare
Sorry, something went wrong.
No results found
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
07 Apr 00:47
Compare
Sorry, something went wrong.
No results found
Change Log
v1.1.0 (April 07, 2026)
Added
Added extension support for web code editors
v1.0.3
29 Mar 16:12
Compare
Sorry, something went wrong.
No results found
Change Log
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
26 Mar 19:15
Compare
Sorry, something went wrong.
No results found
Change Log
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
23 Mar 17:40
Compare
Sorry, something went wrong.
No results found
Change Log
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