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: .NET Command Line Tools (1.0.0-preview3-003755)
dotnet --info
Product Information: Version: 1.0.0-preview3-003755 Commit SHA-1 hash: 3117e4a686
Runtime Environment: OS Name: Mac OS X OS Version: 10.11 OS Platform: Darwin RID: osx.10.11-x64
VS Code version: 1.5.3 C# Extension version: 1.4
The following code snippet does not have the commented portion properly identified
public void methodWithParametersCommented(int p1, /*int p2*/, int p3) {}
actual colorization of comments as well as knowing the section being commented out
no colorization of commented section, sometime erroneous syntax errors
The text was updated successfully, but these errors were encountered:
Add regression test for issue dotnet#802
60271d1
DustinCampbell
No branches or pull requests
Environment data
dotnet --info
output:.NET Command Line Tools (1.0.0-preview3-003755)
Product Information:
Version: 1.0.0-preview3-003755
Commit SHA-1 hash: 3117e4a686
Runtime Environment:
OS Name: Mac OS X
OS Version: 10.11
OS Platform: Darwin
RID: osx.10.11-x64
VS Code version: 1.5.3
C# Extension version: 1.4
Steps to reproduce
The following code snippet does not have the commented portion properly identified
Expected behavior
actual colorization of comments as well as knowing the section being commented out
Actual behavior
no colorization of commented section, sometime erroneous syntax errors
The text was updated successfully, but these errors were encountered: