You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The yaml-language-server installed via Mason in Neovim is failing to return its version when queried. This issue might affect its proper functionality and schema validation.
Expected Behavior
The yaml-language-server should correctly return its version when executed with --version, -version, or version flags, allowing verification of the installed version.
Current Behavior
Executing the following commands fails to return the version of the yaml-language-server:
~/.local/share/nvim/mason/bin/yaml-language-server --version
~/.local/share/nvim/mason/bin/yaml-language-server -version
~/.local/share/nvim/mason/bin/yaml-language-server version
Steps to Reproduce
Ensure that yaml-language-server is installed via Mason.
Environment
Windows
Mac
Linux
other (please specify)
The text was updated successfully, but these errors were encountered:
Describe the bug
The yaml-language-server installed via Mason in Neovim is failing to return its version when queried. This issue might affect its proper functionality and schema validation.
Expected Behavior
The yaml-language-server should correctly return its version when executed with --version, -version, or version flags, allowing verification of the installed version.
Current Behavior
Executing the following commands fails to return the version of the yaml-language-server:
~/.local/share/nvim/mason/bin/yaml-language-server --version
~/.local/share/nvim/mason/bin/yaml-language-server -version
~/.local/share/nvim/mason/bin/yaml-language-server version
Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: