cyphercon
cyphercon
Also it seems to be in the import plugin for oxlint, I changed the .oxlintrc.json file to this ``` { "$schema": "./node_modules/oxlint/configuration_schema.json", "plugins": [ "import" ] } ``` And I...
I updated to oxlint version 0.16.8 and I don't seem to have the problem anymore maybe that previous pull request fixed it?
I does appear to be fixed, the language server stays around 2MB of memory even after extensive usage. Thanks for the fixes! Hyped for the 1.0 release, really pleased with...
I think this bug might be present again or something else is causing a memory leak. 
On oxlint version 0.16.8 
Yea its the same problem, every time I open a my file that uses react-three-fiber or any file that references a component that uses it my memory usage increases by...
One of my coworkers on the same project  Can we get this fixed?
Thank you!!
> Are there any noticeable memory issues in recent versions? I am using the latest version, deleted the node_modules and lock file in my project and reinstalled just to make...
It is the import plugin. If I remove the import plugin from my config file this significant increase in memory usage does not occur.