muhammadsammy / free-vscode-csharp

Free/Libre fork of the official C# extension for vscode
https://open-vsx.org/extension/muhammad-sammy/csharp
Other
110 stars 10 forks source link

Debug hint for tests + Tests Explorer #75

Open dositec opened 4 days ago

dositec commented 4 days ago

Hello Muhammad,

Thanks a lot for the extension and your work for us!

Could you please explain couple of moments:

1) As far as I understand you are using netcoredbg for the extension, and it works for debugging apps: Console, etc, but "Debug Test" hint for the tests is not works. Are there ane plans to support the functionality?

image

2) C# DevKit from MS has "TestsExplorer", Are you planning to port the feature?

muhammadsammy commented 1 day ago

Hello, @dositec and thank you!

1. As far as I understand you are using [netcoredbg](https://github.com/Samsung/netcoredbg) for the extension, and it works for debugging apps: Console, etc,  but "Debug Test" hint for the tests is not works. Are there ane plans to support the functionality?

I will look into it but I'm very busy at the current time. PRs are welcome.

2. C# DevKit  from MS has "TestsExplorer", Are you planning to port the feature?

You could use the Test Explorer UI Extension or other alternatives for this functionality.