-
Notifications
You must be signed in to change notification settings - Fork 676
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
Create commands for running/debugging tests #421
Comments
Any progress on this one ? :) |
It is supported in c# extension. (I built it before I left the team a year ago.) |
and it is a great feature 👍 I was looking for a way to invoke the commands using keyboard shortcuts.
|
Correct. Commands need to be added that query OmniSharp for the current method name before. This is on the backlog. Contributions are certainly welcome (especially if you'd like to see this sooner rather than later). |
I also think this would be a great feature (i.e. having a shortcut to trigger the debugging of a test that has the cursor in it).. :-) |
Is it possible to tell the C# extension to use a specific configuration rather than just Debug? Debug tests like this dotnet test --configuration MyConfig |
This should work in O#, C#, and Dev Kit. |
No description provided.
The text was updated successfully, but these errors were encountered: