v0.6.1
Highlights
Parser performance — 4× speedup on large files with syntax errors.
SLL-only parsing strategy: median parse time on a 4768-line / 20-error file
dropped from 285 ms to 65 ms.
Logger fixes — production server log file is actually written now;
development logs are visible in the VS Code Output channel.
Performance instrumentation — [perf] UpdateDocument,
[perf] PublishDiagnostics, [perf] SemanticTokens log entries on the
LSP hot path for ongoing observability.
Install
Download anzory.vscode-gppl-ide-0.6.1.vsix and run:
```
code --install-extension anzory.vscode-gppl-ide-0.6.1.vsix
```
Or install from the VS Code Marketplace: SolidCAM Postprocessor IDE.
See CHANGELOG.md for full details.