We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dotnet --info output:
dotnet --info
.NET Command Line Tools (1.0.3)
Product Information: Version: 1.0.3 Commit SHA-1 hash: 37224c9917
Runtime Environment: OS Name: Mac OS X OS Version: 10.12 OS Platform: Darwin RID: osx.10.12-x64 Base Path: /usr/local/share/dotnet/sdk/1.0.3
VS Code version: Version 1.11.2 (1.11.2) C# Extension version: 1.9.0
Just add a DisplayName value to a unit test and try to use code lens debug or run. Example: [Fact(DisplayName="My Test Name")] public void Test(){ }
Debugging test session working
Nothing, and the debugger must be restarted to be consistent. (restart omnisharp)
The text was updated successfully, but these errors were encountered:
Thanks for the report!
Sorry, something went wrong.
👍
DustinCampbell
No branches or pull requests
Environment data
dotnet --info
output:.NET Command Line Tools (1.0.3)
Product Information:
Version: 1.0.3
Commit SHA-1 hash: 37224c9917
Runtime Environment:
OS Name: Mac OS X
OS Version: 10.12
OS Platform: Darwin
RID: osx.10.12-x64
Base Path: /usr/local/share/dotnet/sdk/1.0.3
VS Code version: Version 1.11.2 (1.11.2)
C# Extension version: 1.9.0
Steps to reproduce
Just add a DisplayName value to a unit test and try to use code lens debug or run.
Example:
[Fact(DisplayName="My Test Name")]
public void Test(){
}
Expected behavior
Debugging test session working
Actual behavior
Nothing, and the debugger must be restarted to be consistent. (restart omnisharp)
The text was updated successfully, but these errors were encountered: