Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[lsp4e-dev] Sending didChangeWatchedFiles requests

org.eclipse.lsp4j.services.WorkspaceService has two methods for when something changes in the workspace - didChangeConfiguration and didChangeWatchedFiles.

Can this be implemented for file associations so that whenever something changes in the file system it will create a JSON request, even if the file wasn't created through the eclipse IDE?

Thanks,
Winston 

Back to the top