-
Notifications
You must be signed in to change notification settings - Fork 10
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
Windows support #125
Comments
Hello @alcarney , Is there any update on this issue? I'm looking to use your (awesome!) test framework and was trying to use And I can confirm the failure by calling Meanwhile I'm going to look into creating the replay file in a different way, perhaps by overriding something at the protocol level to intercept messages as they are getting sent.
|
I think the answer is to change the agent so that it works similar to how I was looking at making the switch as part of #192 but had issues getting some of the tests to pass so reverted to the current approach for the time being. |
The
lsp-devtools agent
does not work on windows, due to the way it currently tries to obtain async readers/writers for stdin/stdout.The text was updated successfully, but these errors were encountered: