Skip to content

3.1.0-preview1

Pre-release
Pre-release
Compare
Choose a tag to compare
@znorman-harris znorman-harris released this 18 Jul 16:41

This preview has several potential fixes for reduced memory usage and is being released as a preview before officially coming out in the next few weeks.


Fixed an issue where garbage collection was not turning on and caused out-of-memory errors which led to language server crashes

Added a cache to reduce memory usage for worker threads (large workspaces with 300+ files should use about 50% less RAM). Coincidentally this also improved performance as well.

On startup, a new log statement prints to show the state of garbage collection: idl-lsp info Garbage collection enabled: true