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

customizable option to disable semgrep-lsp #4584

Open
peterbecich opened this issue Oct 12, 2024 · 1 comment
Open

customizable option to disable semgrep-lsp #4584

peterbecich opened this issue Oct 12, 2024 · 1 comment

Comments

@peterbecich
Copy link
Contributor

peterbecich commented Oct 12, 2024

Request for a customizable option such as lsp-semgrep-enabled default value t.

I know semgrep can be disabled by

(setq lsp-semgrep-languages nil)

Thank you

@peterbecich peterbecich changed the title config option to disable semgrep-lsp customizable option to disable semgrep-lsp Oct 12, 2024
@psibi
Copy link
Member

psibi commented Oct 14, 2024

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:

(setq lsp-disabled-clients '(tfls clangd rls rnix-lsp semgrep-ls deno-ls))

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

No branches or pull requests

2 participants