Expand workaround for missing didChangeWatchedFiles in lsp4e

This commit is contained in:
Kris De Volder
2018-11-26 15:40:59 -08:00
parent f358431b00
commit f05e41abac

View File

@@ -115,7 +115,8 @@ public class DelegatingStreamConnectionProvider implements StreamConnectionProvi
ResourcesPlugin.getWorkspace().addResourceChangeListener(fResourceListener = new ResourceListener(languageServer, Arrays.asList(
FileSystems.getDefault().getPathMatcher("glob:**/pom.xml"),
FileSystems.getDefault().getPathMatcher("glob:**/*.gradle"),
FileSystems.getDefault().getPathMatcher("glob:**/*.java")
FileSystems.getDefault().getPathMatcher("glob:**/*.java"),
FileSystems.getDefault().getPathMatcher("glob:**/*.class")
)));
//Add remote boot apps listener