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: Product Information: Version: 1.0.1 Commit SHA-1 hash: 005db40cd1 Runtime Environment: OS Name: Ubuntu OS Version: 16.10 OS Platform: Linux RID: Ubuntu.16.10-x64 Base Path: /usr/share/dotnet/sdk/1.0.1
dotnet --info
Version: 1.0.1
Commit SHA-1 hash: 005db40cd1
OS Name: Ubuntu
OS Version: 16.10
OS Platform: Linux
RID: Ubuntu.16.10-x64
Base Path: /usr/share/dotnet/sdk/1.0.1
VS Code version: v1.11.2 C# Extension version: v.1.9.0
The debug test should be disabled.
debug test
The debug test is not disabled. And when I click debug test again, pop an error message as following:
Run Tests
Debug Tests
Restart
The text was updated successfully, but these errors were encountered:
I have a change to fix this, but it's fairly large. I'm going to hold this fix until 1.11.
Sorry, something went wrong.
No branches or pull requests
Environment data
dotnet --info
output:Product Information:
Version: 1.0.1
Commit SHA-1 hash: 005db40cd1
Runtime Environment:
OS Name: Ubuntu
OS Version: 16.10
OS Platform: Linux
RID: Ubuntu.16.10-x64
Base Path: /usr/share/dotnet/sdk/1.0.1
VS Code version: v1.11.2
C# Extension version: v.1.9.0
Steps to reproduce
test_xunit.zip
Expected behavior
The
debug test
should be disabled.Actual behavior
The
debug test
is not disabled. And when I clickdebug test
again, pop an error message as following:Investigation
Run Tests
,Debug Tests
andRestart
was be disabled if the project is being debugged.Run Tests
after step Allow terminal configuration on Linux (currently hard-coded to gnome-terminal). #3, .NET Test Log as following:Restart
after step Allow terminal configuration on Linux (currently hard-coded to gnome-terminal). #3, the project run to end. Could you please help me to confirm if it is expected? OmniSharp Log as following:debug test
can not be disabled, can you improve the prompt? E.g: Failed to start debugger: Is being used by another process.The text was updated successfully, but these errors were encountered: