You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Currently the language server appears to shows symptoms of a memory leaks. Some initial investigation show that Token instances are not being freed between analysis runs
To Reproduce
Steps to reproduce the behavior:
Debug the extension
Open > Process Explorer in visual studio code
Repeatability type and delete code
Observer slow increase in memory consumption
Expected behavior
To not leak memory
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently the language server appears to shows symptoms of a memory leaks. Some initial investigation show that Token instances are not being freed between analysis runs
To Reproduce
Steps to reproduce the behavior:
> Process Explorer
in visual studio codeExpected behavior
To not leak memory
The text was updated successfully, but these errors were encountered: