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

Add basic pull diagnostics support #4280

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Ruin0x11
Copy link
Contributor

Only basic support for now; no extra features like related documents. It's just enough to get diagnostics showing with the Roslyn server.

Closes #4276.

@jcs090218
Copy link
Member

Can you resolve conflicts and rebase this? Thank you!

@catssay
Copy link

catssay commented Jun 27, 2024

The newest version of eslint plugin also uses the feature. My project using latest eslint version 9.5.0, it doesn't work with eslint plugin version 2.2.2 which is lastest version lsp-eslint provided. So I downloaded the latest eslint plugin from vscode market and replaced it, but it not work. Then I applied the patch, it worked. It would be great if some can review and merge the code.

@Ruin0x11
Copy link
Contributor Author

@jcs090218 Could you please take a look at this when you have some time? Thank you.

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

Successfully merging this pull request may close these issues.

Support pull diagnostics (textDocument/diagnostic)
3 participants