### Thank you for the bug report - [x] I am using the latest version of `lsp-mode` related packages. - [x] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [ ] You may also try reproduce the issue using clean environment using the following command: `M-x lsp-start-plain` ### Bug description I installed semgrep and now my lsp-mode complains: `⛔ Warning (lsp-mode): Unknown notification: semgrep/rulesRefreshed` ```$ semgrep --version 1.104.0 ``` ### Steps to reproduce I am using doom emacs and nix 1. Install semgrep 2. Start emacs 3. Open a file (in my case it was a clojure file) ### Expected behavior No lsp-mode related errors ### Which Language Server did you use? semgrep I guess, not sure? ### OS Linux ### Error callstack ```emacs-lisp ``` ### Anything else? _No response_