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

Qute LS freezes when LSP client doesn't support workspace/didChangeWatchedFiles and have no templates folder #931

Open
angelozerr opened this issue Sep 14, 2023 · 0 comments
Labels
bug Something isn't working qute

Comments

@angelozerr
Copy link
Contributor

When LSP client cannot support workspace/didChangeWatchedFiles, the Qute LS uses FileSystemWatcher and if the project have no src/main/resources/templates, it blocks the language server

We need to poll the existing of src/main/resources/templates in Thread.

Please note that:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working qute
Projects
None yet
Development

No branches or pull requests

1 participant