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

Apply fixing lsp-clients-angular-language-server-command. #4462

Merged
merged 3 commits into from
Jun 29, 2024

Conversation

XenHunt
Copy link
Contributor

@XenHunt XenHunt commented May 27, 2024

This is fix for #4459

@github-actions github-actions bot added the client One or more of lsp-mode language clients label May 27, 2024
"--stdio"))
"--ngProbeLocations"
(f-join node-modules-path "@angular/language-server/node_modules/")
))
Copy link
Member

Choose a reason for hiding this comment

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

Can you avoid having trailing ))? Thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Well, If I understand correctly, I changed trailing ))

Copy link
Member

Choose a reason for hiding this comment

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

I meant put it on the same line:

+ (f-join node-modules-path "@angular/language-server/node_modules/")))
- (f-join node-modules-path "@angular/language-server/node_modules/")
-                 ))

Copy link
Contributor Author

Choose a reason for hiding this comment

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

My bad, now it is applied

@jcs090218
Copy link
Member

Thank you for your contribution! 🚀

@jcs090218 jcs090218 merged commit dc4d72b into emacs-lsp:master Jun 29, 2024
10 of 13 checks passed
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants