Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow ability to disable linting and error detection for jsonnet language server #45

Open
4 tasks
zzehring opened this issue Mar 20, 2023 · 1 comment
Open
4 tasks
Assignees
Labels
enhancement New feature or request

Comments

@zzehring
Copy link
Owner

zzehring commented Mar 20, 2023

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
@zzehring zzehring added the enhancement New feature or request label Mar 20, 2023
@zzehring zzehring self-assigned this Mar 20, 2023
@zzehring
Copy link
Owner Author

zzehring commented Mar 3, 2024

Done in #80. Will be released in v0.2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant