-
-
Notifications
You must be signed in to change notification settings - Fork 893
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
Conversation
Can you resolve conflicts and rebase this? Thank you! |
8501368
to
d64a217
Compare
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. |
@jcs090218 Could you please take a look at this when you have some time? Thank you. |
I just tested this patch and it doesn't seem to work with Roslyn language server version 4.11.0-3.24320.2. Weirdly enough, I don't see a |
I'm sorry for not getting back to you sooner! I was a little busy recently. Others have helped test this patch, but it doesn't work. 🤔 Can you confirm this? |
There are compile errors:
|
a943d88
to
b591ff3
Compare
b591ff3
to
d0e3e1e
Compare
d0e3e1e
to
6fc45a5
Compare
Thank you! |
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.