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

fix: support volar 1.0 #3787

Merged
merged 2 commits into from Nov 3, 2022
Merged

fix: support volar 1.0 #3787

merged 2 commits into from Nov 3, 2022

Conversation

jadestrong
Copy link
Contributor

Volar has update the options for the language server. See vuejs/language-tools#1916 .
And fix #3785

@github-actions github-actions bot added the client One or more of lsp-mode language clients label Oct 29, 2022
@yyoncho
Copy link
Member

yyoncho commented Oct 29, 2022

Can you add changelog entry? That will break the config of those using the old server right?

@yyoncho
Copy link
Member

yyoncho commented Oct 31, 2022

Can you resolve the conflicts? Then it is good to go

@yyoncho
Copy link
Member

yyoncho commented Nov 1, 2022

Thank you!

@yyoncho yyoncho merged commit 54cdc61 into emacs-lsp:master Nov 3, 2022
:initialization-options (lambda () (ht-merge (lsp-configuration-section "typescript")
(lsp-configuration-section "documentFeatures")))
(ht ("serverMode" 0)
("diagnosticMode" 1)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here are a wrong field: diagnosticMode -> diagnosticModel

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your correction, I will fix it.

@jadestrong jadestrong deleted the feat/lsp-volar branch November 9, 2022 03:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client One or more of lsp-mode language clients documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Volar doesn't seem to start properly
3 participants