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

Fix getting ProcessStartInfo for tests #1862

Merged
merged 1 commit into from
Jul 24, 2020

Conversation

JoeRobich
Copy link
Member

Fix getting TestProcessStartInfo for unit tests by not setting the DebuggingEnabled flag on the request message. See microsoft/vstest#2468

Fixes dotnet/vscode-csharp#3459

Creates GetTestRunnerProcessStartInfo method with message processing loop. This allows us to print TestMessages to help with troubleshooting in case there are problems in the future.

Copy link
Member

@filipw filipw left a comment

Choose a reason for hiding this comment

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

thanks!

@JoeRobich JoeRobich merged commit aff7540 into OmniSharp:master Jul 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VSCode "Error processing launch options at field: program" popup when debugging an xunit test
2 participants