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

Force Vue and Svelte language servers to be the first in the list for their languages (cherry-pick #16654) #16666

Closed
wants to merge 1 commit into from

Commits on Aug 22, 2024

  1. Force Vue and Svelte language servers to be the first in the list for…

    … their languages (#16654)
    
    Follow-up of #15624
    
    Fixes #13769
    Fixes #16469
    
    This way, those are considered "primary" and serve all LSP requests like
    go to definition. Before, Tailwind language server was first and
    returned nothing for all LSP requests.
    
    - Fixed Vue and Svelte languages integrations not handling LSP requests
    properly ([#13769](#13769))
    ([#16469](#16469))
    SomeoneToIgnore authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    71eb815 View commit details
    Browse the repository at this point in the history