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

Publish Diagnostics not working #8

Open
ArunGanesh88 opened this issue May 26, 2022 · 7 comments
Open

Publish Diagnostics not working #8

ArunGanesh88 opened this issue May 26, 2022 · 7 comments

Comments

@ArunGanesh88
Copy link

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,

@CGNonofr
Copy link
Contributor

Hi,

What is running under windows? the client? the language server? both? where does the code of this project run?

@ArunGanesh88
Copy link
Author

All 3 are in windows machine, Java language server, Monaco client and the project.

@CGNonofr
Copy link
Contributor

All 3 are in windows machine, Java language server, Monaco client and the project.

It's probably related to a file path matching (with \ and /), will you have some time to investigate? I don't have any windows machine 🤷

@ArunGanesh88
Copy link
Author

All 3 are in windows machine, Java language server, Monaco client and the project.

It's probably related to a file path matching (with \ and /), will you have some time to investigate? I don't have any windows machine 🤷

Yes, even I was thinking the same some thing to do with the path...
I can investigate. Let me know the things that i should check...

@CGNonofr
Copy link
Contributor

I'm unable to reproduce on windows with the example (even with file:// uris instead of inmemory)

Are you?

@ArunGanesh88
Copy link
Author

I am still Facing this issue, still it is not working in a windows Machine for me.

@CGNonofr
Copy link
Contributor

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

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

No branches or pull requests

2 participants