You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 serverquarkus-ls/qute.ls/com.redhat.qute.ls/src/main/java/com/redhat/qute/project/WatchDir.java
Line 102 in 2be29a3
We need to poll the existing of src/main/resources/templates in Thread.
Please note that:
workspace/didChangeWatchedFiles
workspace/didChangeWatchedFiles
fix: Set project as workspace folder intellij-quarkus#1163workspace/didChangeWatchedFiles
Support forworkspace/didChangeWatchedFiles
eclipse/lsp4e#807 //cc @sbouchetThe text was updated successfully, but these errors were encountered: