Results 884 comments of Ivan Yonchovski

No. I mean that lsp-defcustom is supposed to work that way and you cannot fix it because it won't behave as expected. So the only option seems to be to...

> > I mean that lsp-defcustom is supposed to work that way > > Why? You earlier mentioned that it's supposed to work similarly to `defcustom`, and the latter does...

> > > > I mean that lsp-defcustom is supposed to work that way > > > > > > > > > Why? You earlier mentioned that it's supposed...

Thanks for pointing this package, I might have used it in dap-mode for the templates. One more functionality that we might have is to have a source block which installs...

if you want to disable semgrep-ls you can do the following: ``` (setq lsp-disabled-clients '(semgrep-ls)) ```

> Expected behavior The expected behavior is that the server reports the errors only in the current project. I had a similar issue with eglot, and it could be solved...

> Is Lsp planned on supporting semantic highlighting ? We have to resort to treesitter which is not that stable or even working okay with emacs these days. We do...

M-x add-dir-local-variable with enabled/disabled clients should work.

This will force powershell on linux which IIRC was causing trouble in the past. Can you add additional condition (if on windows and if powershell there - use it)