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
There's a common problem with large codebases with the language server where the language server consumes tons of memory (20-30GB) primarily due to live linting and error detection.
In the VSCode extension, it's possible to disable those and avoid this memory issue. The same options should be available in this plugin.
So we need to:
Provide UI options for enabling/disabling linting and error detection
Handle passing those corresponding arguments when running the language server binary
?
Profit
The text was updated successfully, but these errors were encountered:
There's a common problem with large codebases with the language server where the language server consumes tons of memory (20-30GB) primarily due to live linting and error detection.
In the VSCode extension, it's possible to disable those and avoid this memory issue. The same options should be available in this plugin.
So we need to:
The text was updated successfully, but these errors were encountered: