We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
semgrep-lsp
Request for a customizable option such as lsp-semgrep-enabled default value t.
lsp-semgrep-enabled
t
I know semgrep can be disabled by
semgrep
(setq lsp-semgrep-languages nil)
Thank you
The text was updated successfully, but these errors were encountered:
Not sure if you are aware of the variable lsp-disabled-clients. That's what I use to disable the clients that I'm not interested in:
lsp-disabled-clients
(setq lsp-disabled-clients '(tfls clangd rls rnix-lsp semgrep-ls deno-ls))
Sorry, something went wrong.
No branches or pull requests
Request for a customizable option such as
lsp-semgrep-enabled
default valuet
.I know
semgrep
can be disabled byThank you
The text was updated successfully, but these errors were encountered: