You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
After clicking, it will jump to the error report location of eslint.
How should I deal with this?
The text was updated successfully, but these errors were encountered:
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
After clicking, it will jump to the error report location of eslint.
How should I deal with this?
The text was updated successfully, but these errors were encountered: