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

deprecation message #1

Closed
sc00ter opened this issue Sep 4, 2024 · 2 comments
Closed

deprecation message #1

sc00ter opened this issue Sep 4, 2024 · 2 comments

Comments

@sc00ter
Copy link

sc00ter commented Sep 4, 2024

calling the setup code now results in a als deprecation message:
require("lspconfig").als.setup{
on_attach = on_attach,
capabilities = capabilities,
on_init = require("gpr_selector").als_on_init
}

@TamaMcGlinn
Copy link
Owner

Yes, that is expected. Switch from neovim/nvim-lspconfig to TamaMcGlinn/nvim-lspconfig to fix it for now. The removal of the faulty als inside neovim/nvim-lspconfig will be done for version 0.2, so after that release you can switch back again. In the meantime, users of default neovim/nvim-lspconfig will see this message, have issue 1683, not being able to jump to references. They do not want to remove lsp servers without first deprecating, but I agree this is confusing, it's just out of my control.

@TamaMcGlinn
Copy link
Owner

So, this has been fixed but the nvim-lspconfig owners have just proposed to break this again. Hang tight, this will likely be reopened soon.

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