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
VS Code version: v1.19.3 C# Extension version: v1.14.0-beta3
Only one data tip should be displayed.
The data tip is repeated as follow:
The text was updated successfully, but these errors were encountered:
I don't believe these are debugger datatips at all. They are design-time error and warnings. I suspect this is a duplicate of #1830.
Sorry, something went wrong.
@DustinCampbell should we dupe this? Or it is worth keeping around to verify they are the same issue?
We can dupe it. The second screenshot is pretty clearly the same issue.
No branches or pull requests
Environment data
dotnet --info
output:VS Code version: v1.19.3
C# Extension version: v1.14.0-beta3
Steps to reproduce
Expected behavior
Only one data tip should be displayed.
![except_datatip](https://user-images.githubusercontent.com/20184778/35791405-b5842822-0a82-11e8-8f07-93fb6d895bda.PNG)
Actual behavior
The data tip is repeated as follow:
![datatip](https://user-images.githubusercontent.com/20184778/35791156-3cae4744-0a81-11e8-8410-60e50582a442.PNG)
The text was updated successfully, but these errors were encountered: