-
Notifications
You must be signed in to change notification settings - Fork 118
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
Regression issue on the new 0.1.27 release. #599
Labels
bug
Something isn't working
Comments
Thanks for filing, I'll investigate. |
HighCommander4
added a commit
to HighCommander4/vscode-clangd
that referenced
this issue
Mar 19, 2024
The intention was to only catch the case where the language server is already starting because running the restart command triggered activation of the plugin, but it was also catching the case where the language server wasn't running at all. Fixes clangd#599
Proposed fix: #601 Apologies for the regression. |
I also filed #602 as a follow-up for adding some tests for the clangd.restart command to avoid accidentally introducing regressions like this in the future. |
HighCommander4
added a commit
that referenced
this issue
Mar 19, 2024
The intention was to only catch the case where the language server is already starting because running the restart command triggered activation of the plugin, but it was also catching the case where the language server wasn't running at all. Fixes #599
Confirm that v0.1.28 release works now. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps:
clangd: restart language server
command to restart clangd.Now with 0.1.27, the restart command in 2) doesn't work -- I don't see a new instance of clangd starts. The #587 is a related change, @HighCommander4 .
The text was updated successfully, but these errors were encountered: