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

The "View Problem" positioning error in the code diagnosis pop-up window #926

Open
LullabyLY opened this issue Nov 30, 2023 · 1 comment
Assignees
Labels
info-needed Issue requires more information from poster

Comments

@LullabyLY
Copy link

Extension sample

lsp-user-input-sample

VS Code version

1.80.0

What went wrong?

Implement the code diagnosis plug-in and set the severity of Diagnostic to DiagnosticSeverity.Information. However, the "View Problem" of the code diagnosis pop-up window is incorrectly positioned and will jump to the error prompt box of other plug-ins (such as eslint).

lsp-user-input-sample also has this problem
b16fcdb7a00d4cf392876a2a7bf310ea

After clicking, it will jump to the error report location of eslint.

a4777455140845aa822952f28497b916

How should I deal with this?

@sandy081
Copy link
Member

Can you please provide steps to reproduce?

@sandy081 sandy081 added the info-needed Issue requires more information from poster label Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

2 participants