apple / pkl-intellij

JetBrains editor plugins providing Pkl language support
https://pkl-lang.org/intellij/current/index.html
Apache License 2.0
49 stars 10 forks source link

Fix incorrect cache usage #55

Closed bioball closed 1 month ago

bioball commented 1 month ago

This fixes an issue where previously cached values were not being used. This fixes a major performance issue that was causing spikes in both CPU and memory.

Closes https://github.com/apple/pkl-intellij/issues/49