Skip to content
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

There are two similar data tips in VSCode #2006

Closed
GraceDong opened this issue Feb 5, 2018 · 3 comments
Closed

There are two similar data tips in VSCode #2006

GraceDong opened this issue Feb 5, 2018 · 3 comments

Comments

@GraceDong
Copy link

Environment data

dotnet --info output:
dotnet--info

VS Code version: v1.19.3
C# Extension version: v1.14.0-beta3

Steps to reproduce

  1. Create a dotnet core app
  2. Open this app with VSCode
  3. Insert an expression “int a=10;” in Program.cs
  4. Move the mouse on variable a to show data tip

Expected behavior

Only one data tip should be displayed.
except_datatip

Actual behavior

The data tip is repeated as follow:
datatip

@DustinCampbell
Copy link
Member

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.

@gregg-miskelly gregg-miskelly changed the title Debugger: There are two similar data tips in VSCode There are two similar data tips in VSCode Feb 5, 2018
@gregg-miskelly
Copy link
Contributor

@DustinCampbell should we dupe this? Or it is worth keeping around to verify they are the same issue?

@DustinCampbell
Copy link
Member

We can dupe it. The second screenshot is pretty clearly the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants