Skip to content

v0.6.1

Choose a tag to compare

@anzory anzory released this 08 Apr 08:07
· 38 commits to master since this release

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.