Skip to content

v1.2.5 — @init_inc recognized as valid init procedure

Choose a tag to compare

@anzory anzory released this 17 May 17:31
· 3 commits to master since this release

Fixed

  • Semantic diagnostics now recognize @init_inc as a valid init procedure. Previously, the server warned about a missing @init_post (GPPL2005) even when @init_inc was present — this is now fixed. Files containing either @init_post or @init_inc are considered valid.
  • Global variables inside @init_inc are no longer flagged (GPPL2006). Globals are allowed inside both @init_post and @init_inc; only globals declared in other procedures trigger the hint.
  • Quick Fix for GPPL2006 now targets @init_inc when @init_post is absent. The "Move to init procedure" action prefers @init_post if it exists, otherwise falls back to @init_inc.

Install: download anzory.vscode-gppl-ide-1.2.5.vsix below, then in VS Code: Extensions: Install from VSIX…. Or install from Marketplace once published.