-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
feat(lsp): add --pipe parameter #76351
Conversation
Hi @JoeRobich I saw you are going to review the PR, are we need some tests for this? Couldn't find any similar tests in the repo. I had also some issues to run the tests on linux machine, are they supposed to work only on windows? Thank you in advance. |
@616b2f When you feel good about your PR please mark it as "Ready for review". Thanks!
Taking a look and it appears we would need to do a bit of refactoring here to make this testable. You do not need to do that for this PR.
Unfortunately some of unit tests have dependencies that require Windows as the reuse some VS Editor types. This is something we plan to address as the Language Server needs multi-platform coverage. |
src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/Program.cs
Outdated
Show resolved
Hide resolved
src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/Program.cs
Outdated
Show resolved
Hide resolved
…am.cs Co-authored-by: Cyrus Najmabadi <[email protected]>
src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/Program.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @616b2f!
resolves #72871