-
Notifications
You must be signed in to change notification settings - Fork 0
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
Publish Diagnostics not working #8
Comments
Hi, What is running under windows? the client? the language server? both? where does the code of this project run? |
All 3 are in windows machine, Java language server, Monaco client and the project. |
It's probably related to a file path matching (with |
Yes, even I was thinking the same some thing to do with the path... |
I'm unable to reproduce on windows with the example (even with Are you? |
I am still Facing this issue, still it is not working in a windows Machine for me. |
I guess, there's no reason for it to suddenly work. But until you'll be able to help me to reproduce it, I won't be able to help you |
Hi,
The implementation works well when I try to run the language server in a MAC or a Linux Machine when I try to run it in a windows Machine the syntax highlighting is not happening. When I looked into the logs, identified we are not receiving the Publish Diagnostics details after open document.
Thanks,
The text was updated successfully, but these errors were encountered: