auto attach debugger - #293
Closed
an-dr-eas-k wants to merge 6 commits into
Closed
Conversation
an-dr-eas-k
marked this pull request as draft
January 12, 2021 08:14
Author
|
Hi @stefanforsberg , what do you think, is this PR going in the right direction? Do you think it could become mergeable at some time? Regards |
an-dr-eas-k
marked this pull request as ready for review
January 18, 2021 16:20
Collaborator
|
Hey @an-dr-eas-k and thanks a lot for your contribution! Unfortunately I don't have the bandwidth to look at this at the moment but things will hopefully calm down soon and I'll take a look. In general I'd prefer to not mix different things in the same PR so ideally the merge of the different log views would be a separate discussion / potential PR. Make sense? |
This was referenced Jan 27, 2021
Closed
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I made the pattern configurable such that the testhost process is detected automatically again.
I think the following issues/pull requests are addressed:
Fixes #247 #273
Also, I removed the Test Explorer (Test runner output) terminal. All output is merged inside the .net test explorer terminal.
And I added an option to clear the output terminal before test execution.