-
-
Notifications
You must be signed in to change notification settings - Fork 279
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
JsonSchema error for rust-analyzer configuration schema #1741
Labels
Comments
Hi, the issue involves a JsonSchema error for the rust-analyzer configuration schema in the mason.nvim plugin. To solve it:
|
Has the issue been fixed? |
7 tasks
Lock the version for now to avoid this problem and require mason to update the code. opts.ensure_installed = utils.list_insert_unique(opts.ensure_installed, { "rust_analyzer@2024-05-27" }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've searched open issues for similar requests
I've manually reviewed logs to find potential errors
I've recently downloaded the latest plugin version of mason.nvim
Problem description
Expanding the "LSP server configuration schema" for rust-analyzer gives the following error
By adding a
vim.print(shema)
on the line right before the error happens, this is the last messages that got printed:and then the error message.
by adding a
Then there is no more error, and here is the displayed Json schema:
Expected behavior
Show the server configuration json schema without error
Steps to reproduce
37a336b
):Mason
Affected packages
rust-analyzer
Neovim version (>= 0.7)
NVIM v0.10.0
Build type: Release
LuaJIT 2.1.1716656478
Operating system/version
Linux xxx 6.9.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Sun, 16 Jun 2024 19:06:37 +0000 x86_64 GNU/Linux
Healthcheck
Screenshots or recordings
No response
The text was updated successfully, but these errors were encountered: