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

lsp-roslyn: make it compatibale with emacs-lsp-booster for windows #4560

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

kiennq
Copy link
Member

@kiennq kiennq commented Sep 23, 2024

The lsp-roslyn is using stdio via named pipe redirection using powershell script in Windows and using named pipe for other platforms.
The emacs-lsp-booster only supports stdio language server now so at least for Windows, we should make it compatible with emacs-lsp-booster.
In this change, we use lsp-resolve-final-command as it's the general advised function to trigger the booster process.

@github-actions github-actions bot added the client One or more of lsp-mode language clients label Sep 23, 2024
@kiennq kiennq merged commit a52ef29 into emacs-lsp:master Sep 23, 2024
11 of 13 checks passed
@kiennq kiennq deleted the bug/roslyn-booster branch September 23, 2024 16:03
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.

3 participants