-
Notifications
You must be signed in to change notification settings - Fork 80
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
v3 packages cause VSCode 'codelens' debugging to become unavailable (tests are otherwise discovered okay) #433
Comments
I believe this is a VS Code issue and should be opened there. |
Okay, I can do that. Have you got any further context as to why its likely
with them and not V3?
…On Tue, 31 Dec 2024, 17:23 Brad Wilson, ***@***.***> wrote:
I believe this is a VS Code issue and should be opened there.
—
Reply to this email directly, view it on GitHub
<#433 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAJRMUCUNAMDMMBGOOGURD2ILHH7AVCNFSM6AAAAABUJ6RZ7KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRWGYYDQNJSGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sorry, I have no insight into how the test explorer functionality in VS Code works, but the fact that the tests are detected and runnable and it's only the Code Lens functionality that disappears, should be enough of a starting place for them, I hope. |
Hi @bradwilson, the vscode guys have closed the bug I opened I'm afraid - they seem to have given some insight as to where the issue is in the extension though? |
I'll see what I can do. |
I just responded on your other issue, but I can't reopen it. You'll have to do that. |
Can you please try to reproduce the issue with |
Because I'm not sure whether I've fixed it and just misunderstood what the issue is, or what. 😂 |
I will also try on macOS, see if it's OS environmental. |
I do actually think this is fixed now. And I feel pretty dumb asking why they thought the fixed thing was broken. 😂 |
Tested with the pre-release - sorted! Thanks @bradwilson ! |
Reproduction at: https://github.com/kieranbenton/MyFirstUnitTests
Steps:
Follow the https://xunit.net/docs/getting-started/v2/netcore/cmdline tutorial
Confirm that the minimal fact created as part of that is discoverable in the VSCode 'Testing' panel AND that the code lens actions are available for it
Nothing particularly smoking-gun esque in logs that I can find:
The text was updated successfully, but these errors were encountered: